mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 06:01:12 +00:00
add stripe gateway config
This commit is contained in:
parent
7b23018a06
commit
47e16e5653
3 changed files with 21 additions and 0 deletions
|
|
@ -37,6 +37,11 @@ OSEM_FACEBOOK_SECRET=''
|
|||
OSEM_GITHUB_KEY=''
|
||||
OSEM_GITHUB_SECRET=''
|
||||
|
||||
# STRIPE Publishable/Secret keys
|
||||
# test keys for development mode, live for production mode
|
||||
STRIPE_PUBLISHABLE_KEY=''
|
||||
STRIPE_SECRET_KEY=''
|
||||
|
||||
# Disable linting of factories in the test suite.
|
||||
# Speeds up turn around times of tests
|
||||
OSEM_FACTORY_LINT="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue