mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 22:39:40 +02:00
NestJS matches routes in declaration order. The dynamic :code route was matching before me/created and me/received, treating 'me' as a gift code. Moved specific routes before the dynamic parameter route. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
454 B
Text
18 lines
454 B
Text
# Server
|
|
PORT=3317
|
|
|
|
# Matrix
|
|
MATRIX_HOMESERVER_URL=http://localhost:8008
|
|
MATRIX_ACCESS_TOKEN=syt_xxx_your_bot_token
|
|
MATRIX_ALLOWED_ROOMS=#clock:matrix.mana.how
|
|
MATRIX_STORAGE_PATH=./data/bot-storage.json
|
|
|
|
# Clock Backend API
|
|
CLOCK_API_URL=http://localhost:3017/api/v1
|
|
CLOCK_API_TOKEN=
|
|
|
|
# Speech-to-Text (mana-stt service)
|
|
STT_URL=http://localhost:3020
|
|
|
|
# Widget (public URL for embedding in Matrix clients)
|
|
WIDGET_PUBLIC_URL=http://localhost:3317/widget
|