Skip to content
Snippets Groups Projects
Commit 0dd8a26a authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Fix satellite path settings

parent 3f252ed1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -78,5 +78,5 @@ Settings.git['max_size'] ||= 5242880 # 5.megabytes
Settings.git['bin_path'] ||= '/usr/bin/git'
Settings.git['timeout'] ||= 10
 
Settings['satellites'] ||= {}
Settings.satellites['path'] ||= '/home/gitlab/gitlab/tmp/repo_satellites/'
Settings['satellites'] ||= Settingslogic.new({})
Settings.satellites['path'] ||= Rails.root.join('tmp/repo_satellites/')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment