7 lines
286 B
Bash
7 lines
286 B
Bash
# Copy to .env.local. Never commit .env.local.
|
|
#
|
|
# Server-side destination for inert model suggestions. On web-host, Lumbridge
|
|
# Bench and the control plane share the host, so the private loopback endpoint
|
|
# avoids a public round trip.
|
|
LUMBRIDGE_CONTROL_PLANE_URL=http://127.0.0.1:8902
|