mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 13:14:03 +00:00
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
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue