add example environment configuration and requirements file

This commit is contained in:
2026-04-27 17:57:56 +02:00
parent 1450563ce1
commit 48a7ed68e6
2 changed files with 59 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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