add stripe key to development env
This commit is contained in:
parent
048f20bcfc
commit
05e2a061cc
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ development:
|
||||||
|
|
||||||
# Register on stripe and add TEST keys here
|
# Register on stripe and add TEST keys here
|
||||||
# https://dashboard.stripe.com/account/apikeys
|
# https://dashboard.stripe.com/account/apikeys
|
||||||
stripe_publishable_key: ''
|
stripe_publishable_key: <%= ENV['STRIPE_PUBLISHABLE_KEY'] %>
|
||||||
stripe_secret_key: ''
|
stripe_secret_key: <%= ENV['STRIPE_SECRET_KEY'] %>
|
||||||
|
|
||||||
test:
|
test:
|
||||||
# Generate your own with rake secret
|
# Generate your own with rake secret
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue