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
2022-09-15 22:53:25 +02:00

16 lines
519 B
JSON

{
"serverRoot": "http://127.0.0.1:__PORT__",
"port": __PORT__,
"dbtype": "postgres",
"dbconfig": "postgres://__DB_USER__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable&connect_timeout=10",
"postgres_dbconfig": "dbname=__APP__ sslmode=disable",
"useSSL": false,
"webpath": "./pack",
"filesdriver": "local",
"filespath": "./files",
"telemetry": false,
"session_expire_time": 2592000,
"session_refresh_time": 18000,
"enablePublicSharedBoards": __ENABLE_PUBLIC_BOARDS__,
"localOnly": false
}