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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberkov <admin@cyberkov.at>2011-05-18 17:57:02 +0400
committercyberkov <admin@cyberkov.at>2011-05-18 17:57:02 +0400
commiteb615c3e7eedcbd00919fb4d7c27b0d7c1860618 (patch)
tree917f514a83fb28e0f0ad12d463cc7952a9a76852 /config/app_config.yml.example
parenta3c287ca9a75126c2de6d3d108e7a312906a5853 (diff)
Added region config to carrierwave to select other regions than US
Diffstat (limited to 'config/app_config.yml.example')
-rw-r--r--config/app_config.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/app_config.yml.example b/config/app_config.yml.example
index 393b6e53d..93b162ab9 100644
--- a/config/app_config.yml.example
+++ b/config/app_config.yml.example
@@ -91,6 +91,7 @@ default:
#s3_key: 'key'
#s3_secret: 'secret'
#s3_bucket: 'my_photos'
+ #s3_region: 'us-east-1'
# If you want normal Rails logs, set this to false in the appropriate environment.
# It is false by default in development and test.