-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (26 loc) · 915 Bytes
/
.env.example
File metadata and controls
33 lines (26 loc) · 915 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
30
31
32
33
# Sovereign Environment Configuration
# Copy to .env.local and fill in values
# --- Data Directory ---
# Where Sovereign stores persistent data (threads, recordings, config, etc.)
# Default (dev): .data/ relative to server package
# Production: set explicitly
# SOVEREIGN_DATA_DIR=~/.sovereign
# --- Global Workspace ---
# Filesystem path for the _global org/workspace
# Default: {SOVEREIGN_DATA_DIR}/orgs/_global
# Override to point at an existing workspace (e.g. OpenClaw workspace)
# SOVEREIGN_GLOBAL_PATH=~/.openclaw/workspace
# --- Server ---
# HOST=localhost
# PORT=3001
# --- Agent Backend ---
# OPENCLAW_GATEWAY_URL=ws://localhost:3456/ws
# --- Voice ---
# VOICE_TRANSCRIBE_URL=
# VOICE_TTS_URL=
# --- Identity ---
# Customise how the agent appears in the UI
# SOVEREIGN_AGENT_NAME=
# SOVEREIGN_AGENT_ICON=
# --- Client (prefix with VITE_ for client access) ---
# VITE_API_URL=https://localhost:3001