mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-07 01:40:41 +02:00
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
#locale: en
|
|
|
|
# A list of keywords files to load (if different from the default 'keywords.json')
|
|
keywords_files:
|
|
- hello.keywords.json
|
|
- goodbye.keywords.json
|
|
|
|
# IBM Cloud credentials for your 'Language Translator' service instance : get them from your
|
|
# See detailed instructions : https://cloud.ibm.com/apidocs/language-translator
|
|
ibmcloud_url: https://api.us-south.language-translator.watson.cloud.ibm.com/instances/6bbda3b3-d572-45e1-8c54-22d6ed9e52c2
|
|
ibmcloud_apikey: "f5sAznhrKQyvBFFaZbtF60m5tzLbqWhyALQawBg5TjRI"
|
|
|
|
backend: console
|
|
#backend: jabber
|
|
#backend: signal
|
|
|
|
# Signal credentials
|
|
# Make sure to put quotes around the username field as it is a phone number for Signal
|
|
signal_username: "+33123456789"
|
|
signal_recipients:
|
|
- "+33123456789"
|
|
# 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
|
|
|
|
# Activates stealth mode
|
|
#stealth: on
|