Obtain STRIPE_API_PRIVATE_KEY from config
This commit is contained in:
parent
7f750a6c39
commit
153f339383
1 changed files with 1 additions and 0 deletions
|
@ -14,3 +14,4 @@ logging.basicConfig(
|
|||
|
||||
etcd_client = Etcd3Wrapper(host=config("ETCD_HOST"), port=config("ETCD_PORT"))
|
||||
APP_PORT = config("APP_PORT", 5000)
|
||||
STRIPE_API_PRIVATE_KEY = config("STRIPE_API_PRIVATE_KEY")
|
||||
|
|
Loading…
Reference in a new issue