-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalrouter.env.example
More file actions
28 lines (25 loc) · 1.38 KB
/
Copy pathlocalrouter.env.example
File metadata and controls
28 lines (25 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# LocalRouter reads this file from $XDG_CONFIG_HOME/localrouter/config.env.
# Keep the listener on loopback. The console password switch defaults off and
# is managed from Run Overview. Credentials live under XDG_DATA_HOME and must
# not be placed in this file.
LOCAL_GATEWAY_HOST=127.0.0.1
LOCAL_GATEWAY_PORT=8317
# Check the public GitHub Releases API on startup and every six hours. This
# sends no credentials and never downloads or installs an update.
LOCAL_GATEWAY_UPDATE_CHECK_ENABLED=true
# Optional LAN service listener. It exposes only authenticated consumer routes;
# the console, /local/api and /manage/mcp remain on the loopback listener.
# Bind a specific private address for a native install. Containers using host
# networking may also use that host address.
# LOCAL_GATEWAY_LAN_ENABLED=true
# LOCAL_GATEWAY_LAN_HOST=192.168.1.10
# LOCAL_GATEWAY_LAN_PORT=8318
# LOCAL_GATEWAY_LAN_PUBLIC_BASE_URL=http://192.168.1.10:8318
# LOCAL_GATEWAY_LAN_ALLOWED_ORIGINS=https://agent-ui.home.arpa,http://192.168.1.20:3000
# Optional absolute overrides. Leaving these unset follows the XDG Base
# Directory Specification.
# LOCAL_GATEWAY_PROTOCOL_DIR=/absolute/path/to/protocols
# LOCAL_GATEWAY_CHANNEL_PROFILES_FILE=/absolute/path/to/channel-profiles.json
# LOCAL_GATEWAY_DATA_DIR=/absolute/private/data
# LOCAL_GATEWAY_STATE_DIR=/absolute/private/state
# LOCAL_GATEWAY_CACHE_DIR=/absolute/private/cache