2015-05-18 20:27:02 +00:00
|
|
|
|
2015-07-06 17:19:13 +00:00
|
|
|
plugins:
|
|
|
|
# - nci-mail-notification
|
2015-08-15 23:32:14 +00:00
|
|
|
# - nci-jabber-notification
|
2015-07-06 17:19:13 +00:00
|
|
|
|
2015-05-18 20:27:02 +00:00
|
|
|
nodes:
|
|
|
|
- type: local
|
2015-06-15 18:40:01 +00:00
|
|
|
maxExecutorsCount: 2
|
2015-05-21 21:09:16 +00:00
|
|
|
|
2015-07-12 12:14:28 +00:00
|
|
|
http:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 3000
|
2015-08-15 23:32:14 +00:00
|
|
|
url: http://127.0.0.1:3000
|
2015-07-12 12:14:28 +00:00
|
|
|
|
|
|
|
storage:
|
2015-07-12 20:24:09 +00:00
|
|
|
backend: memdown
|
2015-11-24 22:41:20 +00:00
|
|
|
# backend: leveldown
|
2015-07-12 12:14:28 +00:00
|
|
|
|
2015-07-05 11:47:43 +00:00
|
|
|
notify:
|
|
|
|
mail:
|
|
|
|
host: smtp.gmail.com
|
|
|
|
port: 587
|
|
|
|
auth:
|
|
|
|
user: bot.nci@gmail.com
|
|
|
|
pass: pass
|
2015-08-15 23:32:14 +00:00
|
|
|
jabber:
|
|
|
|
host: talk.google.com
|
|
|
|
port: 5222
|
|
|
|
reconnect: true
|
|
|
|
jid: bot.nci@gmail.com
|
|
|
|
password: password
|