All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m8s
16 lines
439 B
YAML
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
|