Enable auth-service/api-gateway on production, build their images in CI

This commit is contained in:
2026-08-18 14:11:00 +07:00
parent e5afedfa2f
commit b68005be1c
70 changed files with 6781 additions and 263 deletions
+11
View File
@@ -0,0 +1,11 @@
# apps/auth-service configuration. Copy to `.env` and edit for local dev:
# cp apps/auth-service/.env.example apps/auth-service/.env
# Never commit a real JWT_SECRET.
PORT=3010
POSTGRES_DSN=postgresql://duoc_thu:duoc_thu@localhost:5432/duoc_thu
# Required — the service refuses to start without one (see config.ts).
# Any long random string is fine for local dev; never reuse this value
# anywhere real.
JWT_SECRET=local-dev-only-change-me
JWT_EXPIRES_IN=12h