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

17 lines
519 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",
2022-09-15 22:53:25 +02:00
"dbconfig": "postgres://__DB_USER__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable&connect_timeout=10",
2021-07-13 18:26:08 +02:00
"postgres_dbconfig": "dbname=__APP__ sslmode=disable",
2021-03-24 16:15:33 +01:00
"useSSL": false,
"webpath": "./pack",
2021-07-13 18:26:08 +02:00
"filesdriver": "local",
2022-09-15 23:05:59 +02:00
"filespath": "./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,
2022-09-15 21:20:16 +02:00
"enablePublicSharedBoards": __ENABLE_PUBLIC_BOARDS__,
2021-04-13 22:20:15 +02:00
"localOnly": false
2021-03-24 16:15:33 +01:00
}