add dev override and web layer
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user