2021-03-24 16:15:33 +01:00
|
|
|
{
|
|
|
|
"serverRoot": "http://127.0.0.1:__PORT__",
|
|
|
|
"port": __PORT__,
|
|
|
|
"dbtype": "postgres",
|
2021-03-24 17:46:36 +01:00
|
|
|
"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,
|
|
|
|
"localOnly": false,
|
|
|
|
"enableLocalMode": true,
|
|
|
|
"localModeSocketLocation": "/var/tmp/focalboard_local.socket"
|
|
|
|
}
|