Commit 31e338b8fda71de81edcbfd1a562201c59dfa549
1 parent
a39c9106
Exists in
master
and in
4 other branches
add default for Settings['satellites']
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/initializers/1_settings.rb
@@ -78,4 +78,5 @@ Settings.git['max_size'] ||= 5242880 # 5.megabytes | @@ -78,4 +78,5 @@ Settings.git['max_size'] ||= 5242880 # 5.megabytes | ||
78 | Settings.git['bin_path'] ||= '/usr/bin/git' | 78 | Settings.git['bin_path'] ||= '/usr/bin/git' |
79 | Settings.git['timeout'] ||= 10 | 79 | Settings.git['timeout'] ||= 10 |
80 | 80 | ||
81 | +Settings['satellites'] ||= {} | ||
81 | Settings.satellites['path'] ||= '/home/gitlab/gitlab/tmp/repo_satellites/' | 82 | Settings.satellites['path'] ||= '/home/gitlab/gitlab/tmp/repo_satellites/' |