Set default theme to dark and assign default proxy
This commit is contained in:
parent
1ed078ef23
commit
3b7493ae8f
1 changed files with 3 additions and 0 deletions
|
@ -23,3 +23,6 @@ gitlab_rails['db_password'] = 'gitlab'
|
|||
redis['enable'] = false
|
||||
gitlab_rails['redis_host'] = 'redis'
|
||||
gitlab_rails['redis_port'] = 6379
|
||||
|
||||
gitlab_rails['gitlab_default_theme'] = 2
|
||||
gitlab_rails['trusted_proxies'] = ['172.17.0.1']
|
||||
|
|
Loading…
Reference in a new issue