Commit d70217b51dbaef25b4a7df717b8d2b5664246aca
1 parent
b4550503
Exists in
master
and in
17 other branches
Remove unused attributes from chef-server
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
... | ... | @@ -49,12 +49,6 @@ default['gitlab']['gitlab-core']['backlog_socket'] = 64 |
49 | 49 | default['gitlab']['gitlab-core']['worker_timeout'] = 30 |
50 | 50 | default['gitlab']['gitlab-core']['umask'] = "0022" |
51 | 51 | default['gitlab']['gitlab-core']['worker_processes'] = 2 |
52 | -default['gitlab']['gitlab-core']['session_key'] = "_sandbox_session" | |
53 | -default['gitlab']['gitlab-core']['cookie_domain'] = "all" | |
54 | -default['gitlab']['gitlab-core']['cookie_secret'] = "47b3b8d95dea455baf32155e95d1e64e" | |
55 | -default['gitlab']['gitlab-core']['web_ui_client_name'] = "chef-webui" | |
56 | -default['gitlab']['gitlab-core']['web_ui_admin_user_name'] = "admin" | |
57 | -default['gitlab']['gitlab-core']['web_ui_admin_default_password'] = "p@ssw0rd1" | |
58 | 52 | |
59 | 53 | default['gitlab']['gitlab-core']['repositories_path'] = "/var/opt/gitlab/repositories" |
60 | 54 | default['gitlab']['gitlab-core']['internal_api_url'] = "http://localhost:8080" | ... | ... |