69df147723
* Add persistence to the default Docker container This sets a default volume of `/data` for the Docker container. This allows for persistence when using the default SQLite database, and the option of mounting the volume to the host for backing up. * Add -v flag description Co-authored-by: Jesús Espino <jespinog@gmail.com>
16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"serverRoot": "http://localhost:8000",
|
|
"port": 8000,
|
|
"dbtype": "sqlite3",
|
|
"dbconfig": "/data/focalboard.db",
|
|
"postgres_dbconfig": "dbname=focalboard sslmode=disable",
|
|
"useSSL": false,
|
|
"webpath": "./pack",
|
|
"filespath": "/data/files",
|
|
"telemetry": true,
|
|
"session_expire_time": 2592000,
|
|
"session_refresh_time": 18000,
|
|
"localOnly": false,
|
|
"enableLocalMode": true,
|
|
"localModeSocketLocation": "/var/tmp/focalboard_local.socket"
|
|
}
|