# Server PORT=3311 # Matrix Configuration MATRIX_HOMESERVER_URL=http://localhost:8008 MATRIX_ACCESS_TOKEN=syt_your_access_token_here # Optional: Restrict to specific rooms (comma-separated) MATRIX_ALLOWED_ROOMS= # Path for bot sync storage MATRIX_STORAGE_PATH=./data/bot-storage.json # Ollama Configuration OLLAMA_URL=http://localhost:11434 OLLAMA_MODEL=gemma3:4b OLLAMA_TIMEOUT=120000