Niansuh commited on
Commit
5ba07f5
·
verified ·
1 Parent(s): 8a7a6a8

Update api/config.py

Browse files
Files changed (1) hide show
  1. 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", "your_default_secret") # Replace with a secure default or handle appropriately
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"