mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
add initial s3 support.
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -8,6 +8,7 @@ gem 'rails', '3.1.4'
|
||||
gem 'pg'
|
||||
gem 'spree'
|
||||
gem 'unicorn'
|
||||
gem 'spree_heroku'
|
||||
|
||||
|
||||
# Gems used only for assets and not required
|
||||
|
||||
@@ -187,6 +187,7 @@ GEM
|
||||
stringex (~> 1.3.0)
|
||||
spree_dash (1.0.2)
|
||||
spree_core (= 1.0.2)
|
||||
spree_heroku (0.0.2)
|
||||
spree_promo (1.0.2)
|
||||
spree_auth (= 1.0.2)
|
||||
spree_core (= 1.0.2)
|
||||
@@ -233,6 +234,7 @@ DEPENDENCIES
|
||||
rails (= 3.1.4)
|
||||
sass-rails (~> 3.1.5)
|
||||
spree
|
||||
spree_heroku
|
||||
spree_skrill
|
||||
spree_usa_epay
|
||||
turn (~> 0.8.3)
|
||||
|
||||
4
config/s3.yml
Normal file
4
config/s3.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
production:
|
||||
bucket: fool-man-chew_production
|
||||
access_key_id: your_access_key
|
||||
secret_access_key: secret_access_key
|
||||
Reference in New Issue
Block a user