From f778387e38a76283f255bb7c18166d44ac5d677d Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 30 Sep 2014 12:05:07 +0200 Subject: Add region to backup upload config in gitlab.yml --- config/gitlab.yml.example | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.1