Obtain STRIPE_API_PRIVATE_KEY from config

This commit is contained in:
PCoder 2019-09-13 23:37:53 +05:30
parent 7f750a6c39
commit 153f339383
1 changed files with 1 additions and 0 deletions

View File

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