update db conf for docker

This commit is contained in:
Oleh Poiasnik 2025-05-21 20:24:37 +00:00
parent 927db76048
commit 99cb4cd888

View File

@ -17,7 +17,7 @@ DATABASE_CONFIG = {
"dbname": "HealthAIDB",
"user": "postgres",
"password": "Oleg2005",
"host": "localhost",
"host": "postgres",
"port": 5432,
}