- add Dockerfile for matrix bot runtime - add compose service and env template entries
17 lines
452 B
Text
17 lines
452 B
Text
# Telegram
|
|
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
|
|
|
# Matrix
|
|
MATRIX_HOMESERVER=https://matrix.org
|
|
MATRIX_USER_ID=@bot:matrix.org
|
|
MATRIX_PASSWORD=your_password_here
|
|
|
|
# Lambda Platform
|
|
LAMBDA_PLATFORM_URL=http://localhost:8000
|
|
LAMBDA_SERVICE_TOKEN=your_service_token_here
|
|
AGENT_WS_URL=ws://127.0.0.1:8000/agent_ws/
|
|
AGENT_BASE_URL=http://127.0.0.1:8000
|
|
MATRIX_PLATFORM_BACKEND=real
|
|
|
|
# Режим работы: "mock" или "production"
|
|
PLATFORM_MODE=mock
|