add stripe key to development env

This commit is contained in:
Rishabh Saxena 2016-08-08 22:43:57 +05:30
parent 048f20bcfc
commit 05e2a061cc

View file

@ -15,8 +15,8 @@ development:
# Register on stripe and add TEST keys here
# https://dashboard.stripe.com/account/apikeys
stripe_publishable_key: ''
stripe_secret_key: ''
stripe_publishable_key: <%= ENV['STRIPE_PUBLISHABLE_KEY'] %>
stripe_secret_key: <%= ENV['STRIPE_SECRET_KEY'] %>
test:
# Generate your own with rake secret