mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 06:46:55 +08:00
16 lines
485 B
JSON
16 lines
485 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"
|
||
|
}
|