Files
blackroad-os-api-gateway/gateway.env.example
2025-11-24 11:02:29 -06:00

11 lines
282 B
Plaintext

PORT=4000
HOST=0.0.0.0
JWT_SECRET=replace-me
SERVICE_API_URL=http://localhost:4100
SERVICE_OPERATOR_URL=http://localhost:4200
SERVICE_CORE_URL=http://localhost:4300
SERVICE_PRISM_URL=http://localhost:4400
RATE_LIMIT_MAX=100
RATE_LIMIT_WINDOW=1 minute
RATE_LIMIT_ALLOWLIST=127.0.0.1