Files
micro-service-api/exthernal-accountingwep-api/.env
supphakitd 4b29570757
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 2m46s
.env: fix host
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-21 19:33:53 +07:00

29 lines
422 B
Bash

#project
PJ_NAME=exthernal-wepaccounting-api
# database
PG_HOST=accounting-database
PG_USER=postgres
PG_PASS=ttc@2026
PG_DB=ttc
PG_PORT=5432
# EMAIL
SMTP_USER=lalisakuty@gmail.com
SMTP_PASS=lurl pckw qugk tzob
# REDIS
REDIS_HOST=redis
REDIS_PORT=6379
OTP_TTL_SECONDS=300
# JWT-TOKENS
JWT_SECRET=5b8273b2f79602e6b3987d3a9b018c66fd15e14848ff73ab1d332942c11eac80
# DEV_HINT
DEVHINT=true
DEVHINT_LEVEL=3
#PORT
PORT=1013