focalboard/config.json
2020-11-06 16:46:35 +01:00

13 lines
321 B
JSON

{
"serverRoot": "http://localhost:8000",
"port": 8000,
"dbtype": "sqlite3",
"dbconfig": "./octo.db",
"postgres_dbconfig": "dbname=octo sslmode=disable",
"useSSL": false,
"webpath": "./webapp/pack",
"filespath": "./files",
"telemetry": true,
"webhook_update": [],
"secret": "this-is-a-secret-string"
}