nicobot/tests/askbot-sample-conf/config.yml

24 lines
693 B
YAML
Raw Normal View History

2020-05-20 07:29:08 +02:00
# Each entry is a couple of [ name, pattern ]
patterns:
- [ "yes", "(?i)\\b(yes|ok)\\b" ]
- [ "no", "(?i)\\bno\\b" ]
- [ "cancel", "(?i)\\b(cancel|abort)\\b" ]
backend: console
#backend: jabber
2020-05-20 07:29:08 +02:00
#backend: signal
# Used when backend = signal
2020-05-20 07:29:08 +02:00
# Make sure to put quotes around the username field as it is a phone number for Signal
signal_username: "+33123456789"
signal_recipients:
- "+33123456789"
2020-05-20 07:29:08 +02:00
# Get this group ID with the command `signal-cli -u +33123456789 listGroups`
#signal_group: "mABCDNVoEFGz0YeZM1234Q=="
# Used when backend = jabber
jabber_username: mybot@conversations.im
jabber_password: TheBestPasswordInTheWorld
jabber_recipients:
- itsme@conversations.im