From b24272474dc6dd9d431d39b22c8efe505b0217b5 Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Wed, 9 Feb 2011 17:42:21 -0800 Subject: [PATCH] document s3 in app_config.yml.example --- config/app_config.yml.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/app_config.yml.example b/config/app_config.yml.example index 38e1a77b1d..58dc0bbadd 100644 --- a/config/app_config.yml.example +++ b/config/app_config.yml.example @@ -87,6 +87,12 @@ default: admins: - 'example_user1dsioaioedfhgoiesajdigtoearogjaidofgjo' + #s3 config, if set, carrierwave will store your photos on s3 + #s3_key: 'key' + #s3_secret: 'secret' + #s3_bucket: 'my_photos' + + development: test: -- GitLab