Files

6 lines
182 B
Bash

# apps/api-gateway configuration. Copy to `.env` and edit for local dev:
# cp apps/api-gateway/.env.example apps/api-gateway/.env
PORT=3000
AUTH_SERVICE_URL=http://localhost:3010