From bd044e95c334c127fd4594cfe4892266d7f3fc1a Mon Sep 17 00:00:00 2001 From: asepharyana Date: Sun, 2 Aug 2026 16:22:48 +0700 Subject: [PATCH] chore: env.test.example and ARCHITECTURE pool 6432 --- .env.test.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.test.example b/.env.test.example index 3a29b37..c43e838 100644 --- a/.env.test.example +++ b/.env.test.example @@ -2,5 +2,5 @@ NODE_ENV=test # Use a separate database/data area for tests. It may be on the same PostgreSQL host, # but the database name must clearly be a test database so destructive test setup # cannot touch production data. -TEST_DATABASE_URL=postgres://root:root@100.108.1.124:5432/hub_test -DATABASE_URL=postgres://root:root@100.108.1.124:5432/hub_test +TEST_DATABASE_URL=postgres://root:root@100.121.180.82:6432/hub_test +DATABASE_URL=postgres://root:root@100.121.180.82:6432/hub_test