This commit is contained in:
Ivan 2023-08-04 12:52:44 +03:00
parent a2a8eed53b
commit 0ecc7f73c0
Signed by untrusted user who does not match committer: ppechenkoo
GPG Key ID: 0C191B86D9582583

View File

@ -42,7 +42,7 @@ app.get("/devices/update", update);
const DB_User = "postgres";
const DB_Password = process.env.POSTGRES_PASSWORD;
const DB_Host = "localhost";
const DB_Host = "postgres";
const DB_Port = "5432";
const DB_Name = "postgres";