11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"serverRoot": "http://localhost:8088",
|
|
"port": 8088,
|
|
"dbtype": "sqlite3",
|
|
"dbconfig": "./focalboard.db",
|
|
"useSSL": false,
|
|
"webpath": "./pack",
|
|
"filespath": "./files",
|
|
"telemetry": true,
|
|
"localOnly": true
|
|
}
|