add dev override and web layer

This commit is contained in:
2026-04-04 14:47:01 +02:00
parent f1748214ce
commit 423a429f56
6 changed files with 711 additions and 3 deletions

View File

@@ -17,3 +17,6 @@ DB_PATH = os.environ.get("DB_PATH", "/data/huizenbot.db")
FIETS_SNELHEID_FACTOR = 1.27
MAX_PRICE = 300_000
APP_ENV = os.environ.get("APP_ENV", "dev")