mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-19 20:32:00 +02:00
c8e729b6fe
* refactor: updated dependency for focalboard server * chore: more dependency fixes * refactor: removed the unless code * refactor: added ctx for login and removed unnessary code * refactor: bump up go version * refactor: removed the commented code * chore: upgraded golinter version * fix: linter issue * refactor: removed feature flg fix golinter * refactor: removed feature flag from code * revert: statistic and it's function * refactor: removed ProductLimit related code * refactor: removed isWithinViewsLimit implementation * refactor: moved function GetUsedCardsCount to statistics.go from cloud.go * refactor: removed insight code board * refactor: removed limit dialog * refactor: updated dependencies for linux * chore: golinter fix * chore: updated helper test function to use newLogger * fix: go test * refactor: db ping attempts from config * revert: feature in action * revert: feature flag in action * revert: boardsEditor setting --------- Co-authored-by: Rajat Dabade <rajat@Rajats-MacBook-Pro.local>
26 lines
688 B
JSON
26 lines
688 B
JSON
{
|
|
"serverRoot": "http://localhost:8000",
|
|
"port": 8000,
|
|
"dbtype": "sqlite3",
|
|
"dbconfig": "./focalboard.db?_busy_timeout=5000",
|
|
"dbpingattempts": 5,
|
|
"dbtableprefix": "",
|
|
"postgres_dbconfig": "dbname=focalboard sslmode=disable",
|
|
"useSSL": false,
|
|
"webpath": "./webapp/pack",
|
|
"filesdriver": "local",
|
|
"filespath": "./files",
|
|
"telemetry": true,
|
|
"prometheusaddress": ":9092",
|
|
"webhook_update": [],
|
|
"session_expire_time": 2592000,
|
|
"session_refresh_time": 18000,
|
|
"localOnly": false,
|
|
"enableLocalMode": true,
|
|
"localModeSocketLocation": "/var/tmp/focalboard_local.socket",
|
|
"authMode": "native",
|
|
"logging_cfg_file": "",
|
|
"audit_cfg_file": "",
|
|
"enablePublicSharedBoards": false
|
|
}
|