-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 820 Bytes
/
Copy path.env.example
File metadata and controls
27 lines (23 loc) · 820 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
# Samsarix Story Studio runs without an .env file. These values document optional overrides.
# Safe local defaults
AUTH_MODE=local
HOST=127.0.0.1
PORT=3000
LOCAL_USER_NAME="Local Writer"
# SAMSARIX_DATA_FILE=C:/path/to/private/studio.json
# Provider-backed generation (configure at least one; never expose these as VITE_* values)
# OPENAI_API_KEY=
# ANTHROPIC_API_KEY=
# XAI_API_KEY=
# GEMINI_API_KEY=
# SONAR_API_KEY=
# Optional model overrides. Defaults are documented in README.md.
# OPENAI_MODEL=gpt-4.1-mini
# ANTHROPIC_MODEL=claude-sonnet-5
# XAI_MODEL=grok-4.5
# GEMINI_MODEL=gemini-3.6-flash
# PERPLEXITY_MODEL=sonar-pro
# OPENAI_BASE_URL=
# LLM_TIMEOUT_MS=120000
# Optional MySQL storage. When omitted, the local JSON store is used.
# DATABASE_URL=mysql://user:password@127.0.0.1:3306/samsarix_story_studio