Remise en état des alertes

This commit is contained in:
2025-09-20 12:09:36 +02:00
parent 35a7d13d02
commit 511e377dc8
6 changed files with 414 additions and 473 deletions

View File

@@ -36,7 +36,7 @@ for key, default in {
db_config = {
"host": os.getenv("DB_HOST"),
"user": os.getenv("DB_USER"),
"password": os.getenv("DB_PASSWORD"),
"password": os.getenv("DB_PASS"),
"database": os.getenv("DB_NAME")
}