34 lines
No EOL
1.2 KiB
YAML
34 lines
No EOL
1.2 KiB
YAML
# Command prefix to listen to
|
|
# DO NOT CHANGE THIS UNLESS YOU KNOW WHAT YOU ARE DOING
|
|
command_prefix: report
|
|
|
|
# Whether or not the bot should pay attention to only specific reigon designators
|
|
# This bot will include the designator in the pushed notificaion if this is disabled,
|
|
# or if the allowed_locations contains multiple strings
|
|
allowed_locations_enabled: false
|
|
allowed_locations:
|
|
- arizona
|
|
- california
|
|
|
|
# Which accounts should be paid attention to on a reigon-by-reigon basis.
|
|
# If the state/territory is not in allowed_senders, then the bot will allow all senders
|
|
# Otherwise only listed senders
|
|
allowed_senders:
|
|
foo:
|
|
- "@reports:fiftyfiftyonearizona.org"
|
|
bar:
|
|
- "@reports:example.org"
|
|
- "@reports:example.com"
|
|
|
|
# Where and how the plugin will send the data to
|
|
briar_url: "http://localhost:7000"
|
|
# Authentication token
|
|
briar_token: "changeMe"
|
|
# Which user IDs to send alerts to (these are incremental integers)
|
|
briar_sendto:
|
|
- 1
|
|
- 2
|
|
|
|
# If this bot should send a reaction to the message if the notification was successful
|
|
# Sends 👍 for successful send to all contacts, and 👎 if some contacts failed
|
|
send_reaction: true |