11 lines
282 B
Plaintext
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
|