quote initial_root_password in config
This commit is contained in:
parent
0150b1be09
commit
9a32be5ebe
@ -712,7 +712,7 @@ gitlab_rails['omniauth_providers'] = [
|
|||||||
#### Change the initial default admin password and shared runner registration tokens.
|
#### Change the initial default admin password and shared runner registration tokens.
|
||||||
####! **Only applicable on initial setup, changing these settings after database
|
####! **Only applicable on initial setup, changing these settings after database
|
||||||
####! is created and seeded won't yield any change.**
|
####! is created and seeded won't yield any change.**
|
||||||
gitlab_rails['initial_root_password'] = {{ secret "initial_root_password" }}
|
gitlab_rails['initial_root_password'] = "{{ secret "initial_root_password" }}"
|
||||||
# gitlab_rails['initial_shared_runners_registration_token'] = "token"
|
# gitlab_rails['initial_shared_runners_registration_token'] = "token"
|
||||||
|
|
||||||
#### Toggle if root password should be printed to STDOUT during initialization
|
#### Toggle if root password should be printed to STDOUT during initialization
|
||||||
|
Loading…
x
Reference in New Issue
Block a user