Update api/config.py
Browse files- api/config.py +1 -1
api/config.py
CHANGED
|
@@ -3,7 +3,7 @@ from dotenv import load_dotenv
|
|
| 3 |
|
| 4 |
load_dotenv()
|
| 5 |
|
| 6 |
-
APP_SECRET = os.getenv("APP_SECRET", "
|
| 7 |
|
| 8 |
# GizAI specific configurations
|
| 9 |
GIZAI_BASE_URL = "https://app.giz.ai"
|
|
|
|
| 3 |
|
| 4 |
load_dotenv()
|
| 5 |
|
| 6 |
+
APP_SECRET = os.getenv("APP_SECRET", "1") # Replace with a secure default or handle appropriately
|
| 7 |
|
| 8 |
# GizAI specific configurations
|
| 9 |
GIZAI_BASE_URL = "https://app.giz.ai"
|