mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 07:55:08 +00:00
32 lines
536 B
YAML
32 lines
536 B
YAML
|
|
plugins:
|
|
# - nci-mail-notification
|
|
# - nci-jabber-notification
|
|
|
|
nodes:
|
|
- type: local
|
|
maxExecutorsCount: 2
|
|
|
|
http:
|
|
host: 127.0.0.1
|
|
port: 3000
|
|
url: http://127.0.0.1:3000
|
|
|
|
storage:
|
|
backend: memdown
|
|
# backend: leveldown
|
|
|
|
notify:
|
|
mail:
|
|
host: smtp.gmail.com
|
|
port: 587
|
|
auth:
|
|
user: bot.nci@gmail.com
|
|
pass: pass
|
|
jabber:
|
|
host: talk.google.com
|
|
port: 5222
|
|
reconnect: true
|
|
jid: bot.nci@gmail.com
|
|
password: password
|