summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-29 15:02:39 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-29 15:03:08 +0200
commite1f6fa6f18afa8461cd82a56250222c2972c7785 (patch)
tree0ab90fe685c4054f8752dd7c5b196a39b9fa8d42 /config/gitlab.yml.example
parent0e8e9e5d77478294288d34474e580916418ddd91 (diff)
downloadgitlab-ce-e1f6fa6f18afa8461cd82a56250222c2972c7785.tar.gz
Add backup upload support to the rake task
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 3092ebf3450..ad1db4b4f43 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -212,6 +212,14 @@ production: &base
backup:
path: "tmp/backups" # Relative paths are relative to Rails.root (default: tmp/backups/)
# keep_time: 604800 # default: 0 (forever) (in seconds)
+ # upload:
+ # # Fog storage connection settings, see http://fog.io/storage/ .
+ # connection:
+ # provider: AWS
+ # aws_access_key_id: AKIAKIAKI
+ # aws_secret_access_key: 'secret123'
+ # # The remote 'directory' to store your backups. For S3, this would be the bucket name.
+ # remote_directory: 'my.s3.bucket'
## GitLab Shell settings
gitlab_shell: