]> PHS Git Server - phs-api.git/commitdiff
Fixing db container name.
authorcharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 09:24:08 +0000 (04:24 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 09:24:08 +0000 (04:24 -0500)
src/phsdb.js

index 58f9c5ab85354f6e4b6fa28855243f57e0036d7b..a4f8fb9635d65de23d00fda77e5109ac64a1d0f9 100644 (file)
@@ -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({