forked from guanxiaol/WindsurfPoolAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 914 Bytes
/
.env.example
File metadata and controls
26 lines (23 loc) · 914 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
# ========== Server ==========
PORT=3003
# API key for incoming /v1/* requests (leave empty for open access)
API_KEY=
# Dashboard admin password (leave empty to skip auth on /dashboard)
DASHBOARD_PASSWORD=
# ========== Codeium / Windsurf Auth ==========
# Seed the account pool at startup (optional, you can also use /auth/login API).
# Option 1: Direct API key from Windsurf (sk-ws-...)
CODEIUM_API_KEY=
# Option 2: Token from https://windsurf.com/show-auth-token
CODEIUM_AUTH_TOKEN=
# ========== Language Server ==========
# Path to language_server_linux_x64 binary (grab from an installed Windsurf client)
LS_BINARY_PATH=/opt/windsurf/language_server_linux_x64
# gRPC port for language server
LS_PORT=42100
# ========== Advanced ==========
CODEIUM_API_URL=https://server.self-serve.windsurf.com
DEFAULT_MODEL=claude-4.5-sonnet-thinking
MAX_TOKENS=8192
# Log level: debug | info | warn | error
LOG_LEVEL=info