mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 22:05:08 +00:00
23 lines
307 B
YAML
23 lines
307 B
YAML
|
|
plugins:
|
|
# - nci-mail-notification
|
|
|
|
nodes:
|
|
- type: local
|
|
maxExecutorsCount: 2
|
|
|
|
http:
|
|
host: 127.0.0.1
|
|
port: 3000
|
|
|
|
storage:
|
|
backend: 'memdown'
|
|
|
|
notify:
|
|
mail:
|
|
host: smtp.gmail.com
|
|
port: 587
|
|
auth:
|
|
user: bot.nci@gmail.com
|
|
pass: pass
|