add auto_assign_org variable
This commit is contained in:
parent
96ae1af5e0
commit
2a0cf92a00
2 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,7 @@ allow_sign_up = {{ server.allow_sign_up|lower }}
|
|||
allow_org_create = {{ server.allow_org_create|lower }}
|
||||
|
||||
# Set to true to automatically assign new users to the default organization (id 1)
|
||||
;auto_assign_org = true
|
||||
auto_assign_org = {{ server.auto_assign_org|lower }}
|
||||
|
||||
# Default role new users will be automatically assigned (if disabled above is set to true)
|
||||
;auto_assign_org_role = Viewer
|
||||
|
|
|
@ -46,6 +46,7 @@ Debian:
|
|||
password: admin
|
||||
allow_sign_up: False
|
||||
allow_org_create: False
|
||||
auto_assign_org: True
|
||||
auto_assign_role: Viewer
|
||||
dir:
|
||||
static: /usr/share/grafana/public
|
||||
|
|
Loading…
Reference in a new issue