Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-30 14:05:07 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-30 14:05:07 +0400
commitf778387e38a76283f255bb7c18166d44ac5d677d (patch)
tree5f33097a016d15eb6a21f23cea307fc49ab5cd21 /config
parentb5d2d3d799ecc0bb036c3015ae47346cdf985df5 (diff)
Add region to backup upload config in gitlab.yml
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index ad1db4b4f43..93510356208 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -216,6 +216,7 @@ production: &base
# # Fog storage connection settings, see http://fog.io/storage/ .
# connection:
# provider: AWS
+ # region: eu-west-1
# 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.