-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (16 loc) · 800 Bytes
/
.env.example
File metadata and controls
22 lines (16 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Public URL used by client-side links and install commands in local development.
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# Canonical / OG base URL used by server-side metadata generation.
CLAWPLAY_SITE_URL=http://localhost:3000
# SQLite data directory. Default runtime value is ./data.
CLAWPLAY_DATA_DIR=./data
# Salt used for analytics IP hashing.
CLAWPLAY_ANALYTICS_SALT=replace-with-a-random-string
# Admin password for /admin/login.
CLAWPLAY_ADMIN_PASSWORD=clawplay-admin
# Secret used to sign admin session cookies.
CLAWPLAY_ADMIN_SESSION_SECRET=replace-with-a-long-random-secret
# Optional OpenAI-compatible endpoint for persona analysis. Leave empty to use the built-in heuristic analyzer.
CLAWPLAY_PERSONA_API_BASE_URL=
CLAWPLAY_PERSONA_API_KEY=
CLAWPLAY_PERSONA_MODEL=gpt-4.1-mini