Store repo satellites outside of tmp directory
This commit is contained in:
parent
3d57755b70
commit
c9e6818ab6
4 changed files with 10 additions and 1 deletions
|
@ -84,6 +84,10 @@ omniauth:
|
|||
# 3. Advanced settings
|
||||
# ==========================
|
||||
|
||||
# GitLab Satellites
|
||||
satellites:
|
||||
path: /home/gitlab/gitlab-satellites/
|
||||
|
||||
## Backup settings
|
||||
backup:
|
||||
path: "tmp/backups" # Relative paths are relative to Rails.root (default: tmp/backups/)
|
||||
|
|
|
@ -77,3 +77,5 @@ Settings['git'] ||= Settingslogic.new({})
|
|||
Settings.git['max_size'] ||= 5242880 # 5.megabytes
|
||||
Settings.git['bin_path'] ||= '/usr/bin/git'
|
||||
Settings.git['timeout'] ||= 10
|
||||
|
||||
Settings.satellites['path'] ||= '/home/gitlab/gitlab/tmp/repo_satellites/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue