file config
This commit is contained in:
+1
-3
@@ -94,11 +94,9 @@ class Config:
|
|||||||
"salarypaymenT_6"
|
"salarypaymenT_6"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
STRIPE_PRIV_KEY = os.getenv("STRIPE_PRIV_KEY", "WRONG_KEY_SUPPLIED")
|
STRIPE_PRIV_KEY = os.getenv("STRIPE_PRIV_KEY", "WRONG_KEY_SUPPLIED")
|
||||||
|
|
||||||
|
UPLOAD_FOLDER=os.environ.get("UPLOAD_FOLDER", "/app/uploads/DEV")
|
||||||
UPLOAD_FOLDER=os.environ.get("RAC_RESULT_accountStatus", "/app/uploads/DEV")
|
|
||||||
|
|
||||||
|
|
||||||
settings = Config()
|
settings = Config()
|
||||||
|
|||||||
Reference in New Issue
Block a user