mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
fe53127d54
* chore(deps): update mattermost/focalboard docker tag to v7.11.4 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
17 lines
591 B
JSON
17 lines
591 B
JSON
{
|
|
"serverRoot": "http://localhost:8000",
|
|
"port": 8000,
|
|
"dbtype": "postgres",
|
|
"dbconfig": "postgres://boardsuser:boardsuser-password@focalboard-db/boards?sslmode=disable&connect_timeout=10",
|
|
"postgres_dbconfig": "dbname=boards sslmode=disable",
|
|
"useSSL": false,
|
|
"webpath": "./pack",
|
|
"filespath": "./data/files",
|
|
"telemetry": true,
|
|
"prometheusaddress": ":9092",
|
|
"session_expire_time": 2592000,
|
|
"session_refresh_time": 18000,
|
|
"localOnly": false,
|
|
"enableLocalMode": true,
|
|
"localModeSocketLocation": "/var/tmp/focalboard_local.socket"
|
|
} |