Finalisation Docker Raspberry et corrections dashboard

This commit is contained in:
2026-04-25 19:13:28 +02:00
parent 4c9aec7cfc
commit 22272d8ae4
6 changed files with 33 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ import os
class Config:
DB_HOST = os.environ.get("DB_HOST", "localhost")
DB_PORT = os.environ.get("DB_PORT", "5433")
DB_PORT = os.environ.get("DB_PORT", "5432")
DB_NAME = os.environ.get("DB_NAME", "ecocharge")
DB_USER = os.environ.get("DB_USER", "postgres")
DB_PASSWORD = os.environ.get("DB_PASSWORD", "Safouane2005#")