-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
19 lines (15 loc) · 759 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (15 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ---------------------------------------------------------------------------
# .env.example — copy to .env and fill in real values
# .env is gitignored; this file is tracked and serves as the contract.
# ---------------------------------------------------------------------------
# --- App settings ---
APP_ENV=development # development | staging | production
LOG_LEVEL=INFO # DEBUG | INFO | WARNING | ERROR
# --- Example API key (replace with your actual provider) ---
# OPENAI_API_KEY=sk-...
# ANTHROPIC_API_KEY=sk-ant-...
# --- Database (if applicable) ---
# DATABASE_URL=postgresql://user:password@localhost:5432/mydb
# --- Output directories (defaults are usually fine) ---
# OUTPUT_DIR=./output
# TEMP_DIR=./temp_files