1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/focalboard_ynh.git synced 2024-09-03 18:36:19 +02:00
focalboard_ynh/conf/config.json

14 lines
405 B
JSON
Raw Normal View History

2021-03-24 16:15:33 +01:00
{
"serverRoot": "http://127.0.0.1:__PORT__",
"port": __PORT__,
"dbtype": "postgres",
"dbconfig": "postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable&connect_timeout=10",
2021-03-24 16:15:33 +01:00
"useSSL": false,
"webpath": "./pack",
2021-04-05 23:05:06 +02:00
"filespath": "/home/yunohost.app/__APP__/files",
2021-03-24 17:26:11 +01:00
"telemetry": false,
2021-03-24 16:15:33 +01:00
"session_expire_time": 2592000,
"session_refresh_time": 18000,
2021-04-13 22:20:15 +02:00
"localOnly": false
2021-03-24 16:15:33 +01:00
}