1
0
Fork 0

remove surplus whitespace

This commit is contained in:
Simon Schneider 2018-08-28 10:14:55 +02:00
parent 2a0cf92a00
commit e9c5e30e8d
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {{ server.auto_assign_org|lower }}
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