Files
telegram-gateway/bots.example.yaml
Gabriel Radureau ee832de089
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m8s
Phase 1 MVP — echo bot factory
2026-05-09 12:23:59 +02:00

16 lines
439 B
YAML

# Bot routing config (non-secret). One entry per bot.
# Tokens / secret_token live in Vault and are injected as env vars
# BOT_<UPPER_SLUG>_TOKEN, BOT_<UPPER_SLUG>_SECRET
#
# `<UPPER_SLUG>` = uppercase(slug) with `-` replaced by `_`.
bots:
factory:
handler: echo
# Phase 2 example (not implemented yet)
# webappbot:
# handler: http
# url: http://webapp.webapp.svc.cluster.local:8080/telegram/update
# timeout: 5s