From: charleswrayjr Date: Thu, 4 Sep 2025 09:24:08 +0000 (-0500) Subject: Fixing db container name. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.js?a=commitdiff_plain;h=96839c849df67ed907a30cb644f8bc96e31efd69;p=phs-api.git Fixing db container name. --- diff --git a/src/phsdb.js b/src/phsdb.js index 58f9c5a..a4f8fb9 100644 --- a/src/phsdb.js +++ b/src/phsdb.js @@ -1,7 +1,7 @@ // noinspection RequiredAttributes const { Pool } = require('pg'); -const connectionString = 'postgres://postgres:ab9cfz12@clr-db:5432/postgres'; +const connectionString = 'postgres://postgres:ab9cfz12@phs-db:5432/postgres'; const pgp = require('pg-promise')(); const pool = new Pool({