From 20a113e3359917c28047a96eda53357abdf98488 Mon Sep 17 00:00:00 2001 From: Francwa Date: Sat, 27 Dec 2025 19:43:31 +0100 Subject: [PATCH] infra: updated .env.example --- .env.example | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index e2c28f7..ded7737 100644 --- a/.env.example +++ b/.env.example @@ -2,12 +2,15 @@ # 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 +MEMORY_STORAGE_DIR=data/memory # External Services (Optional) # TMDB API Key (for movie metadata) @@ -21,3 +24,9 @@ QBITTORRENT_PASSWORD=adminadmin # Debug Options DEBUG_LOGGING=false DEBUG_CONSOLE=false + +# Required security keys +JWT_SECRET= +JWT_REFRESH_SECRET= +CREDS_KEY= +CREDS_IV=