Phase 1 MVP — echo bot factory
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m8s
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m8s
This commit is contained in:
15
bots.example.yaml
Normal file
15
bots.example.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user