Files

14 lines
322 B
Bash

# Copy this file to .env and fill in the values
# openrouter.ai API key
OPENROUTER_API_KEY=
# JWT secret for signing tokens (generate with: python -c "import secrets; print(secrets.token_hex(32))")
JWT_SECRET=
# Path to DuckDB database file
DB_PATH=data/app.db
# Log level (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO