Default to file storage
This commit is contained in:
parent
805d914ac1
commit
f53f4c1be8
@ -1,5 +1,5 @@
|
|||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
CARRIERWAVE_STORAGE: :fog
|
CARRIERWAVE_STORAGE: :file
|
||||||
GOOGLE_ANALYTICS_ID:
|
GOOGLE_ANALYTICS_ID:
|
||||||
AIRBRAKE_API_KEY:
|
AIRBRAKE_API_KEY:
|
||||||
AIRBRAKE_HOST:
|
AIRBRAKE_HOST:
|
||||||
@ -22,12 +22,10 @@ development:
|
|||||||
|
|
||||||
bugfix:
|
bugfix:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
CARRIERWAVE_STORAGE: :fog
|
|
||||||
|
|
||||||
production:
|
production:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
EMAIL_HOST: "ascii.io"
|
EMAIL_HOST: "ascii.io"
|
||||||
CARRIERWAVE_STORAGE: :fog
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
Loading…
Reference in New Issue
Block a user