Commit d3b95e2a93417ea0b4f02aae7493e607a7e0d4ec
1 parent
d9acb681
Exists in
master
and in
17 other branches
Gitlab runs in the 'production' environment
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
... | ... | @@ -35,7 +35,7 @@ default['gitlab']['user']['home'] = "/var/opt/gitlab" |
35 | 35 | -default['gitlab']['gitlab-core']['ha'] = false |
36 | 36 | -default['gitlab']['gitlab-core']['dir'] = "/var/opt/gitlab/gitlab-core" |
37 | 37 | -default['gitlab']['gitlab-core']['log_directory'] = "/var/log/gitlab/gitlab-core" |
38 | --default['gitlab']['gitlab-core']['environment'] = 'chefserver' | |
38 | +-default['gitlab']['gitlab-core']['environment'] = 'production' | |
39 | 39 | -default['gitlab']['gitlab-core']['listen'] = '127.0.0.1' |
40 | 40 | -default['gitlab']['gitlab-core']['vip'] = '127.0.0.1' |
41 | 41 | -default['gitlab']['gitlab-core']['port'] = 9462 | ... | ... |