-
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) · 985 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (16 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# InstaClip public portfolio edition — example environment file.
# Copy to .env and fill in only the values you need. This edition is local-first;
# all cloud variables are optional.
# Edition identifier. "clipper" selects the self-contained clipper runtime.
INSTACLIP_EDITION=clipper
# Optional: root directory for persistent data (db, models, transcripts, output).
# Defaults to ./data if not set.
# INSTACLIP_DATA_ROOT=./data
# Optional: SQLAlchemy database URL. Defaults to sqlite:///./data/instaclip.db if not set.
# HEISLAZI_DATABASE_URL=sqlite:///./data/instaclip.db
# Optional: extra CORS origins for the backend API, comma-separated.
# INSTACLIP_ALLOWED_ORIGINS=http://localhost:5173,http://localhost:3000
# Optional: extra allowed Host headers for the backend API, comma-separated.
# INSTACLIP_ALLOWED_HOSTS=localhost,127.0.0.1
# Optional: cloud LLM-judge gateway base URL. Leave empty for local-only operation.
# CLIPPER_GATEWAY_URL=https://your-gateway.example.com