Files
microdao-daarion/telegram-infrastructure/telegram-gateway/bots.yaml.example

20 lines
563 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Приклад конфігурації ботів для telegram-gateway
# Скопіюй цей файл як bots.yaml і заповни реальні токени
bots:
- agent_id: "daarwizz"
bot_token: "YOUR_DAARWIZZ_BOT_TOKEN"
enabled: true
description: "DAARWIZZ agent bot"
- agent_id: "helion"
bot_token: "YOUR_HELION_BOT_TOKEN"
enabled: true
description: "Helion agent bot"
# Додаткові боти можна додати тут
# - agent_id: "another_agent"
# bot_token: "ANOTHER_BOT_TOKEN"
# enabled: true