Commit a273a299df0972acdd5abfbae38709864d930e9d
1 parent
85a6fe3a
Exists in
master
and in
13 other branches
Expose ActiveRecord socket setting in attributes
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
@@ -108,6 +108,7 @@ default['gitlab']['gitlab-rails']['db_username'] = "gitlab" | @@ -108,6 +108,7 @@ default['gitlab']['gitlab-rails']['db_username'] = "gitlab" | ||
108 | default['gitlab']['gitlab-rails']['db_password'] = "password" | 108 | default['gitlab']['gitlab-rails']['db_password'] = "password" |
109 | default['gitlab']['gitlab-rails']['db_host'] = "localhost" | 109 | default['gitlab']['gitlab-rails']['db_host'] = "localhost" |
110 | default['gitlab']['gitlab-rails']['db_port'] = 6379 | 110 | default['gitlab']['gitlab-rails']['db_port'] = 6379 |
111 | +default['gitlab']['gitlab-rails']['db_socket'] = nil | ||
111 | 112 | ||
112 | #### | 113 | #### |
113 | # Unicorn | 114 | # Unicorn |
files/gitlab-cookbooks/gitlab/templates/default/database.yml.erb