infra: updated .env.example
This commit is contained in:
11
.env.example
11
.env.example
@@ -2,12 +2,15 @@
|
|||||||
# Deepseek API Key (for LLM in alfred)
|
# Deepseek API Key (for LLM in alfred)
|
||||||
DEEPSEEK_API_KEY=
|
DEEPSEEK_API_KEY=
|
||||||
|
|
||||||
|
OLLAMA_BASE_URL=
|
||||||
|
OLLAMA_MODEL=
|
||||||
|
|
||||||
# Alfred Configuration
|
# Alfred Configuration
|
||||||
# LLM Provider (deepseek or ollama)
|
# LLM Provider (deepseek or ollama)
|
||||||
LLM_PROVIDER=deepseek
|
LLM_PROVIDER=deepseek
|
||||||
|
|
||||||
# Memory storage directory (inside container)
|
# Memory storage directory (inside container)
|
||||||
MEMORY_STORAGE_DIR=/data/memory
|
MEMORY_STORAGE_DIR=data/memory
|
||||||
|
|
||||||
# External Services (Optional)
|
# External Services (Optional)
|
||||||
# TMDB API Key (for movie metadata)
|
# TMDB API Key (for movie metadata)
|
||||||
@@ -21,3 +24,9 @@ QBITTORRENT_PASSWORD=adminadmin
|
|||||||
# Debug Options
|
# Debug Options
|
||||||
DEBUG_LOGGING=false
|
DEBUG_LOGGING=false
|
||||||
DEBUG_CONSOLE=false
|
DEBUG_CONSOLE=false
|
||||||
|
|
||||||
|
# Required security keys
|
||||||
|
JWT_SECRET=
|
||||||
|
JWT_REFRESH_SECRET=
|
||||||
|
CREDS_KEY=
|
||||||
|
CREDS_IV=
|
||||||
|
|||||||
Reference in New Issue
Block a user