Finalisation Docker Raspberry et corrections dashboard
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user