From f53f4c1be8914f1e5389a16d84ce9610cff1622d Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 21 Sep 2013 14:13:10 +0200 Subject: [PATCH] Default to file storage --- config/app.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/app.yml b/config/app.yml index be35d74..a322227 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ defaults: &defaults - CARRIERWAVE_STORAGE: :fog + CARRIERWAVE_STORAGE: :file GOOGLE_ANALYTICS_ID: AIRBRAKE_API_KEY: AIRBRAKE_HOST: @@ -22,12 +22,10 @@ development: bugfix: <<: *defaults - CARRIERWAVE_STORAGE: :fog production: <<: *defaults EMAIL_HOST: "ascii.io" - CARRIERWAVE_STORAGE: :fog test: <<: *defaults