diff options
Diffstat (limited to 'clients/umbrella-bot/bot.conf.example')
| -rw-r--r-- | clients/umbrella-bot/bot.conf.example | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/clients/umbrella-bot/bot.conf.example b/clients/umbrella-bot/bot.conf.example new file mode 100644 index 0000000..0cc07a1 --- /dev/null +++ b/clients/umbrella-bot/bot.conf.example @@ -0,0 +1,25 @@ +# /etc/umbrella/bot.conf +# umbrella-bot Matrix configuration +# chmod 600 this file — it contains your bot password + +# Your Synapse homeserver URL +homeserver = https://website.com + +# Bot Matrix user ID +user_id = @bot:website.com + +# Bot account password +password = yourpasswordhere + +# Room ID to listen in (not the alias, the internal ID) +# Find it in Element: Room Settings → Advanced → Internal room ID +room_id = !exampleid:website.com + +# Device ID — leave blank on first run, fill in after --setup +# device_id = UMBRELLA_BOT + +# Path to encryption key store (SQLite database) +store_path = /etc/umbrella/bot-store + +# Path to umbrella socket +socket_path = /run/umbrella/umbrella.sock |
