Skip to content

Commit

Permalink
docs: updated configuration docs with new defaults, #8743
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo committed Jul 24, 2017
1 parent f5ed5c6 commit 8ca08d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/installation/configuration.md
Expand Up @@ -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.

<hr />
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8ca08d6

Please sign in to comment.