add stripe gateway config

This commit is contained in:
Rishabh Saxena 2016-07-27 20:23:03 +05:30
parent 7b23018a06
commit 47e16e5653
3 changed files with 21 additions and 0 deletions

View file

@ -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"