-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path.env.example
More file actions
16 lines (16 loc) · 911 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (16 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# No required environment variables for development.
# Service URLs (MEILI_URL, RSS_BRIDGE_URL, etc.) are set in compose.yaml.
#
# Optional overrides:
# JWT_SECRET=<string> (default: auto-generated and stored in DB)
# LOG_LEVEL=debug (default: info)
# TZ=Asia/Tokyo (default: UTC)
# AUTH_DISABLED=1 (requires NODE_ENV=development; server will refuse to start otherwise)
# SCORE_RECALC_SCHEDULE=0 3 * * * (default: */5 * * * *; set to daily if event-driven covers all actions)
# VLLM_BASE_URL=http://host.docker.internal:8000
#
# Production (compose.prod.yaml):
# MEILI_MASTER_KEY=<string> (required for production Meilisearch)
# TUNNEL_TOKEN=<token> (required for Cloudflare Tunnel)
# DATA_DIR=$HOME/.oksskolten/data (default: ./data; set absolute path for prod)
# TURSO_AUTH_TOKEN=<token> (only if using Turso instead of local SQLite)