Frist commit

This commit is contained in:
2026-07-19 23:04:16 +09:00
commit f093d41f60
33 changed files with 4077 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# DATABASE_URL is injected by compose (points at the mail_summary postgres service).
CORS_ORIGINS=https://ms.takits.me,http://localhost:4888,http://localhost:5173
# Local LLM (Ollama on Mac).
LLM_BASE_URL=https://mac-ollama.takits.me
LLM_MODEL=gemma4:31b-mlx
LLM_TIMEOUT_SECONDS=300
LLM_MAX_MAILS=80
LLM_BODY_CHARS=3000
UPLOAD_DIR=/app/uploads
INCOMING_DIR=/app/incoming