From f6299e511627e95469fe5fdcdc0de3cf86259062 Mon Sep 17 00:00:00 2001 From: Conor O'Callaghan Date: Mon, 20 Sep 2021 04:28:50 +0100 Subject: [PATCH] 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 --- website/site/content/guide/admin/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/site/content/guide/admin/_index.md b/website/site/content/guide/admin/_index.md index 2c79f1a92..4c653f47c 100644 --- a/website/site/content/guide/admin/_index.md +++ b/website/site/content/guide/admin/_index.md @@ -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`