Skip to content

Commit abec9e4

Browse files
Added memcached to heroku demo for greater perfromance
1 parent b92220e commit abec9e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"addons": [
1313
"heroku-postgresql:hobby-dev",
1414
"heroku-redis:hobby-dev",
15-
"sendgrid:starter"
15+
"sendgrid:starter",
16+
"memcachedcloud:30"
1617
],
1718
"scripts": {
1819
"postdeploy": "bundle exec rake db:migrate && bundle exec rake db:seed && SKIP_SAMPLE_IMAGES=true bundle exec rake spree_sample:load"

0 commit comments

Comments
 (0)