focalboard/config.json

17 lines
440 B
JSON
Raw Normal View History

2020-10-08 18:21:27 +02:00
{
2020-10-15 02:35:15 +02:00
"serverRoot": "http://localhost:8000",
2020-10-08 18:21:27 +02:00
"port": 8000,
"dbtype": "sqlite3",
"dbconfig": "./octo.db",
"postgres_dbconfig": "dbname=octo sslmode=disable",
2020-12-10 22:45:56 +01:00
"test_dbconfig": "file::memory:?cache=shared",
2020-10-08 18:21:27 +02:00
"useSSL": false,
"webpath": "./webapp/pack",
"filespath": "./files",
2020-10-29 21:09:02 +01:00
"telemetry": true,
2020-11-06 16:46:35 +01:00
"webhook_update": [],
"secret": "this-is-a-secret-string",
"session_expire_time": 2592000,
"session_refresh_time": 18000
2020-10-08 18:21:27 +02:00
}