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

@@ -1,11 +1,11 @@
import psycopg2
from werkzeug.security import generate_password_hash
DB_HOST = "localhost"
DB_PORT = "5433"
DB_HOST = "db"
DB_PORT = "5432"
DB_NAME = "ecocharge"
DB_USER = "postgres"
DB_PASSWORD = "Safouane2005#"
DB_USER = "ecocharge_user"
DB_PASSWORD = "ecocharge_password"
USERNAME = "admin"
PLAIN_PASSWORD = "admin123"