diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-30 12:05:07 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-30 12:05:07 +0200 |
commit | f778387e38a76283f255bb7c18166d44ac5d677d (patch) | |
tree | 5f33097a016d15eb6a21f23cea307fc49ab5cd21 /config | |
parent | b5d2d3d799ecc0bb036c3015ae47346cdf985df5 (diff) | |
download | gitlab-ce-f778387e38a76283f255bb7c18166d44ac5d677d.tar.gz |
Add region to backup upload config in gitlab.yml
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 1 |
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. |