From 8c273311de705ce46094c5937d53e098505e7884 Mon Sep 17 00:00:00 2001 From: mpagler <167506943+mpagler@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:03:18 +0100 Subject: [PATCH] zulip_botserver: Document bot-config-file option. --- zulip_botserver/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zulip_botserver/README.md b/zulip_botserver/README.md index c16e0b1ee6..cb5750f555 100644 --- a/zulip_botserver/README.md +++ b/zulip_botserver/README.md @@ -19,6 +19,7 @@ The format for a configuration file is: email=helloworld-bot@zulip.com site=http://localhost token=abcd1234 + bot-config-file=helloworld.conf Is passed `--use-env-vars` instead of `--config-file`, the configuration can instead be provided via the `ZULIP_BOTSERVER_CONFIG`