-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
29 lines (20 loc) · 797 Bytes
/
.env.example
File metadata and controls
29 lines (20 loc) · 797 Bytes
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
29
# Arona WebUI Configuration
# Copy to .env.local and edit: cp .env.example .env.local
# Or use the Setup Wizard: http://localhost:18790/setup.html
# ─── Gateway Connection ───
# OpenClaw gateway WebSocket URL
GATEWAY_URL=ws://127.0.0.1:18789
# Authentication — choose ONE (leave both empty if gateway has no auth)
GATEWAY_PASSWORD=
# GATEWAY_TOKEN=
# Browser origin for WebSocket handshake (must match how you access the WebUI)
GATEWAY_ORIGIN=http://localhost:18790
# Override the WebSocket URL the browser uses to connect to gateway directly.
# Leave empty for auto-detection. Useful for reverse proxy setups.
# GATEWAY_PUBLIC_WS_URL=
# ─── WebUI Auth ───
# Login username
GATEWAY_USERNAME=admin
# ─── Server ───
# HTTP listen port
PORT=18790