diff --git a/server.js b/server.js index 8310d22..83b2a45 100644 --- a/server.js +++ b/server.js @@ -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";