.env: fix host
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 2m46s
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user