From 4b295707573ce096d8e0efb156777f3059b4aac8 Mon Sep 17 00:00:00 2001 From: supphakitd <67319010028@technictrang.ac.th> Date: Fri, 21 Nov 2025 19:33:53 +0700 Subject: [PATCH] .env: fix host Signed-off-by: supphakitd <67319010028@technictrang.ac.th> --- 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 f4c11cd..0402cc7 100644 --- a/exthernal-accountingwep-api/.env +++ b/exthernal-accountingwep-api/.env @@ -2,7 +2,7 @@ PJ_NAME=exthernal-wepaccounting-api # database -PG_HOST=10.9.0.0 +PG_HOST=accounting-database 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=10.9.0.0x +REDIS_HOST=redis REDIS_PORT=6379 OTP_TTL_SECONDS=300 diff --git a/exthernal-login-api/.env b/exthernal-login-api/.env index d5df980..484b174 100644 --- a/exthernal-login-api/.env +++ b/exthernal-login-api/.env @@ -2,7 +2,7 @@ PJ_NAME=exthernal-login-api # database -PG_HOST=10.9.0.0 +PG_HOST=accounting-database 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=10.9.0.0 +REDIS_HOST=redis REDIS_PORT=6379 OTP_TTL_SECONDS=300 diff --git a/exthernal-ttc-api/.env b/exthernal-ttc-api/.env index c93c6dd..6c13bfe 100644 --- a/exthernal-ttc-api/.env +++ b/exthernal-ttc-api/.env @@ -2,7 +2,7 @@ PJ_NAME=exthernal-ttc-api # database -PG_HOST=10.9.0.0 +PG_HOST=accounting-database 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=127.0.0.1 +REDIS_HOST=redis REDIS_PORT=6379 OTP_TTL_SECONDS=300