mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 22:59:40 +02:00
- NestJS bot that converts text messages to speech via mana-tts - Commands: !voice, !voices, !speed, !status, !help - User settings stored in-memory (voice, speed per user) - Docker config for Mac Mini deployment - Setup script for bot registration Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
314 B
Text
16 lines
314 B
Text
# Server
|
|
PORT=3023
|
|
|
|
# Matrix Configuration
|
|
MATRIX_HOMESERVER_URL=http://localhost:8008
|
|
MATRIX_ACCESS_TOKEN=syt_xxx
|
|
MATRIX_ALLOWED_ROOMS=
|
|
MATRIX_STORAGE_PATH=./data/bot-storage.json
|
|
|
|
# TTS Service (mana-tts)
|
|
TTS_URL=http://localhost:3022
|
|
|
|
# TTS Defaults
|
|
DEFAULT_VOICE=af_heart
|
|
DEFAULT_SPEED=1.0
|
|
MAX_TEXT_LENGTH=500
|