managarten/services/matrix-mana-bot/.env.example
Till-JS 867a1a7fb6 ♻️ refactor: migrate 5 bots to KeywordCommandDetector
Migrated to KeywordCommandDetector from @manacore/matrix-bot-common:
- matrix-calendar-bot (termine, kalender keywords)
- matrix-clock-bot (timer, zeit keywords)
- matrix-picture-bot (modelle, verlauf keywords)
- matrix-todo-bot (aufgaben, projekte keywords)
- matrix-zitare-bot (zitat, kategorien keywords)

Removed duplicate KEYWORD_COMMANDS arrays and detectKeywordCommand()
methods from all 5 bots.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 03:11:58 +01:00

32 lines
811 B
Text

# Server
PORT=3310
NODE_ENV=development
TZ=Europe/Berlin
# Matrix Connection
MATRIX_HOMESERVER_URL=http://localhost:8008
MATRIX_ACCESS_TOKEN=syt_your_access_token_here
MATRIX_STORAGE_PATH=./data/mana-bot-storage.json
# Optional: Restrict to specific rooms (comma-separated)
# MATRIX_ALLOWED_ROOMS=!room1:mana.how,!room2:mana.how
# AI Service (Ollama)
OLLAMA_URL=http://localhost:11434
OLLAMA_MODEL=gemma3:4b
OLLAMA_TIMEOUT=120000
# Clock Service (external API)
CLOCK_API_URL=http://localhost:3017/api/v1
# Storage paths
TODO_STORAGE_PATH=./data/todos.json
CALENDAR_STORAGE_PATH=./data/calendar.json
# Voice Services
STT_URL=http://localhost:3020
VOICE_BOT_URL=http://localhost:3050
DEFAULT_VOICE=de-DE-ConradNeural
DEFAULT_SPEED=1.0
VOICE_ENABLED=true
VOICE_PREFERENCES_PATH=./data/voice-preferences.json