.env: fix host
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 2m46s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-21 19:33:53 +07:00
parent 712e17ece8
commit 4b29570757
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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