mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
Update _index.md (#1233)
Updating to add details of useSSL configuration detailed in https://github.com/mattermost/focalboard/blob/main/docker/server_config.json . Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
This commit is contained in:
parent
237879b7e1
commit
f6299e5116
@ -15,6 +15,7 @@ Personal server settings are stored in `config.json` and are read when the serve
|
||||
| port | Server port | 8000
|
||||
| dbtype | Type of database. `sqlite3`, `postgres`, or `mysql` | sqlite3
|
||||
| dbconfig | Database connection string | `postgres://user:pass@localhost/boards?sslmode=disable&connect_timeout=10`
|
||||
| useSSL | Enable or disable SSL | false
|
||||
| webpath | Path to web files | `./webapp/pack`
|
||||
| filespath | Path to uploaded files folder | `./files`
|
||||
| telemetry | Enable health diagnostics telemetry | `true`
|
||||
|
Loading…
Reference in New Issue
Block a user