This commit is contained in:
2025-11-18 14:45:41 +01:00
parent 2e80d64ff6
commit 84fce9a82c
19 changed files with 2437 additions and 3 deletions

9
.env.local Normal file
View File

@@ -0,0 +1,9 @@
# Munich News Daily - Local Development Environment Variables
# MongoDB Configuration
MONGO_USERNAME=admin
MONGO_PASSWORD=local123
MONGO_AUTH=--auth
# Ollama Model (use smaller/faster model for local dev)
OLLAMA_MODEL=phi3:latest