-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path.env.example
More file actions
26 lines (19 loc) · 749 Bytes
/
.env.example
File metadata and controls
26 lines (19 loc) · 749 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
# clsh environment configuration
# Copy to .env and fill in your values
# Required: ngrok authentication token (get from https://dashboard.ngrok.com)
NGROK_AUTHTOKEN=
# Optional: Resend API key for magic link email auth
RESEND_API_KEY=
# Optional: Server port (default: 4030)
CLSH_PORT=4030
# Optional: Port the ngrok tunnel forwards to (default: same as PORT)
# In dev, set this to 4031 so the tunnel hits the Vite dev server
# (Vite proxies /api and /ws to the agent on port 4030)
WEB_PORT=4031
# Optional: JWT secret (auto-generated if not set)
JWT_SECRET=
# Optional: Set to 1 to skip auto-opening browser
CLSH_NO_OPEN=0
# Optional: Default shell for new terminal sessions (auto-detected if not set)
# Valid values: bash, zsh
CLSH_SHELL=