From 8ca08d65e71358f91998c214763fb1e5feff98e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 24 Jul 2017 12:37:58 +0200 Subject: [PATCH] docs: updated configuration docs with new defaults, #8743 --- docs/sources/installation/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 943916410b5..2eaa3018639 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -206,7 +206,7 @@ For MySQL, use either `true`, `false`, or `skip-verify`. ### max_idle_conn The maximum number of connections in the idle connection pool. -### max_open_conn +### max_open_conn The maximum number of open connections to the database.
@@ -246,13 +246,13 @@ Define a white list of allowed ips/domains to use in data sources. Format: `ip_o ### allow_sign_up Set to `false` to prohibit users from being able to sign up / create -user accounts. Defaults to `true`. The admin user can still create +user accounts. Defaults to `false`. The admin user can still create users from the [Grafana Admin Pages](../../reference/admin) ### allow_org_create Set to `false` to prohibit users from creating new organizations. -Defaults to `true`. +Defaults to `false`. ### auto_assign_org