33 lines
583 B
Plaintext
33 lines
583 B
Plaintext
# API Keys
|
|
# Deepseek API Key (for LLM in alfred)
|
|
DEEPSEEK_API_KEY=
|
|
|
|
OLLAMA_BASE_URL=
|
|
OLLAMA_MODEL=
|
|
|
|
# Alfred Configuration
|
|
# LLM Provider (deepseek or ollama)
|
|
LLM_PROVIDER=deepseek
|
|
|
|
# Memory storage directory (inside container)
|
|
MEMORY_STORAGE_DIR=data/memory
|
|
|
|
# External Services (Optional)
|
|
# TMDB API Key (for movie metadata)
|
|
TMDB_API_KEY=
|
|
|
|
# qBittorrent Configuration
|
|
QBITTORRENT_URL=
|
|
QBITTORRENT_USERNAME=admin
|
|
QBITTORRENT_PASSWORD=adminadmin
|
|
|
|
# Debug Options
|
|
DEBUG_LOGGING=false
|
|
DEBUG_CONSOLE=false
|
|
|
|
# Required security keys
|
|
JWT_SECRET=
|
|
JWT_REFRESH_SECRET=
|
|
CREDS_KEY=
|
|
CREDS_IV=
|