maj via codex
This commit is contained in:
@@ -6,3 +6,5 @@ CORS_ORIGINS = os.getenv("CORS_ORIGINS", "http://localhost:5173").split(",")
|
||||
STATION_URL = os.getenv("STATION_URL", "http://10.0.0.8:8081/")
|
||||
METEO_LAT = float(os.getenv("METEO_LAT", "45.14"))
|
||||
METEO_LON = float(os.getenv("METEO_LON", "4.12"))
|
||||
ENABLE_SCHEDULER = os.getenv("ENABLE_SCHEDULER", "1").lower() in {"1", "true", "yes", "on"}
|
||||
ENABLE_BOOTSTRAP = os.getenv("ENABLE_BOOTSTRAP", "1").lower() in {"1", "true", "yes", "on"}
|
||||
|
||||
Reference in New Issue
Block a user