fix typo. change secrets.yml config.

This commit is contained in:
Rishabh Saxena 2016-08-05 22:56:29 +05:30
parent a9ab1186f8
commit 048f20bcfc
4 changed files with 5 additions and 5 deletions

View file

@ -64,5 +64,5 @@ production:
# Register on stripe and add LIVE 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'] %>