From b1fef4c60099b29cbdaa2549a8db3c785b2193d4 Mon Sep 17 00:00:00 2001 From: x2Skyz Date: Sun, 23 Nov 2025 19:26:36 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exthernal-accountingwep-api/.env | 4 ++-- exthernal-login-api/.env | 4 ++-- exthernal-ttc-api/.env | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/exthernal-accountingwep-api/.env b/exthernal-accountingwep-api/.env index 0402cc7..c57b980 100644 --- a/exthernal-accountingwep-api/.env +++ b/exthernal-accountingwep-api/.env @@ -2,7 +2,7 @@ PJ_NAME=exthernal-wepaccounting-api # database -PG_HOST=accounting-database +PG_HOST=10.9.0.0 PG_USER=postgres PG_PASS=ttc@2026 PG_DB=ttc @@ -13,7 +13,7 @@ SMTP_USER=lalisakuty@gmail.com SMTP_PASS=lurl pckw qugk tzob # REDIS -REDIS_HOST=redis +REDIS_HOST=10.9.0.0 REDIS_PORT=6379 OTP_TTL_SECONDS=300 diff --git a/exthernal-login-api/.env b/exthernal-login-api/.env index 484b174..3773fe5 100644 --- a/exthernal-login-api/.env +++ b/exthernal-login-api/.env @@ -2,7 +2,7 @@ PJ_NAME=exthernal-login-api # database -PG_HOST=accounting-database +PG_HOST=10.9.0.0 PG_USER=postgres PG_PASS=ttc@2026 PG_DB=ttc @@ -13,7 +13,7 @@ SMTP_USER=lalisakuty@gmail.com SMTP_PASS=lurl pckw qugk tzob # REDIS -REDIS_HOST=redis +REDIS_HOST=localhost REDIS_PORT=6379 OTP_TTL_SECONDS=300 diff --git a/exthernal-ttc-api/.env b/exthernal-ttc-api/.env index 6c13bfe..3b00ab6 100644 --- a/exthernal-ttc-api/.env +++ b/exthernal-ttc-api/.env @@ -2,7 +2,7 @@ PJ_NAME=exthernal-ttc-api # database -PG_HOST=accounting-database +PG_HOST=10.9.0.0 PG_USER=postgres PG_PASS=ttc@2026 PG_DB=ttc @@ -13,7 +13,7 @@ SMTP_USER=lalisakuty@gmail.com SMTP_PASS=lurl pckw qugk tzob # REDIS -REDIS_HOST=redis +REDIS_HOST=10.9.0.0 REDIS_PORT=6379 OTP_TTL_SECONDS=300