From bd3c52d4b1b2f90e219d35821679aa0eaed5c199 Mon Sep 17 00:00:00 2001 From: Tim_THW Date: Tue, 11 Nov 2025 10:34:49 +0000 Subject: [PATCH] app.py aktualisiert --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index ed319d1..a31ba79 100644 --- a/app.py +++ b/app.py @@ -9,6 +9,7 @@ DB_CFG = { "user": os.getenv("DBUSER", "monitor_user"), "password": os.getenv("DBPASS", "monitor_pass"), "database": os.getenv("DBNAME", "webmonitor"), + "port": int(os.getenv("DBPORT", "3306")), } def init_db():