add stripe gateway config
This commit is contained in:
parent
7b23018a06
commit
47e16e5653
3 changed files with 21 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ development:
|
|||
suse_key: 'sample'
|
||||
suse_secret: 'sample'
|
||||
|
||||
# Register on stripe and add TEST keys here
|
||||
# https://dashboard.stripe.com/account/apikeys
|
||||
stripe_publishable_key: ''
|
||||
stripe_secret_key: ''
|
||||
|
||||
test:
|
||||
# Generate your own with rake secret
|
||||
# secret_key_base: '12345'
|
||||
|
|
@ -56,3 +61,8 @@ production:
|
|||
# https://github.com/settings/applications
|
||||
github_key: ''
|
||||
github_secret: ''
|
||||
|
||||
# Register on stripe and add LIVE keys here
|
||||
# https://dashboard.stripe.com/account/apikeys
|
||||
stripe_publishable_key: ''
|
||||
stripe_secret_key: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue