arechta / Module Document
0 likes
0 forks
1 files
Last active 2 weeks ago
Environment variables on local
| 1 | # ── SERVER ─────────────────────────────────────────────────────────────────────── |
| 2 | SERVICE_API_PORT=4050 # HTTP server port (renamed from PORT) |
| 3 | SERVICE_TCP_PORT=4051 # NestJS TCP microservice listener |
| 4 | SERVICE_TCP_HOST=0.0.0.0 # TCP binding address (0.0.0.0 = all interfaces) |
| 5 | # SERVICE_MCP_PORT=4052 # MCP server port — reserved for future use |
| 6 | NODE_ENV=development |
| 7 | |
| 8 | # ── DATABASE ───────────────────────────────────────────────────────────────────── |
| 9 | DATABASE_URL='mysql://konstruksi:K43351@127.0.0.1:3306/konstruksi_p001_document' |
| 10 | SHADOW_DATABASE_URL="mysql://prisma_shadow:prisma_shadow@127.0.0.1:3306/prisma_shadow_konstruksi_document" |
Newer
Older