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