file upload-path

This commit is contained in:
CHIEFSOFT\ameye
2025-12-28 15:11:48 -05:00
parent 7f1fd7a156
commit 33c38652d5
8 changed files with 30 additions and 6 deletions
+1
View File
@@ -98,6 +98,7 @@ class Config:
STRIPE_PRIV_KEY = os.getenv("STRIPE_PRIV_KEY", "WRONG_KEY_SUPPLIED")
UPLOAD_FOLDER=os.environ.get("RAC_RESULT_accountStatus", "/app/uploads/DEV")
settings = Config()