2015-05-18 20:27:02 +00:00
|
|
|
|
2016-01-08 19:46:57 +00:00
|
|
|
plugins:
|
|
|
|
- nci-projects-reloader
|
2016-01-09 13:35:33 +00:00
|
|
|
- nci-static-server
|
2016-01-09 19:23:39 +00:00
|
|
|
- nci-rest-api-server
|
2016-01-10 11:30:40 +00:00
|
|
|
# - nci-mail-notification
|
|
|
|
# - nci-jabber-notification
|
|
|
|
# - nci-scheduler
|
|
|
|
#ui better be last plugin
|
|
|
|
# - nci-classic-ui
|
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
|
2016-01-21 18:07:25 +00:00
|
|
|
# ws: http://127.0.0.1:3001
|
2016-01-09 13:35:33 +00:00
|
|
|
static:
|
|
|
|
locations:
|
2016-01-21 18:07:25 +00:00
|
|
|
- url: /favicon.ico
|
|
|
|
root: node_modules/nci-classic-ui/static/
|
2016-01-09 13:35:33 +00:00
|
|
|
- url: !!js/regexp ^/(js|css|fonts|images)/
|
2016-01-09 23:46:13 +00:00
|
|
|
root: node_modules/nci-classic-ui/static/
|
2016-01-09 13:35:33 +00:00
|
|
|
- url: !!js/regexp ^/projects/(\w|-)+/workspace/
|
|
|
|
root: data/
|
2015-07-12 12:14:28 +00:00
|
|
|
|
2016-01-21 18:07:25 +00:00
|
|
|
# paths:
|
|
|
|
# db: /var/tmp/123
|
|
|
|
# projects: /var/tmp/123
|
|
|
|
|
2015-07-12 12:14:28 +00:00
|
|
|
storage:
|
2015-07-12 20:24:09 +00:00
|
|
|
backend: memdown
|
2016-01-09 19:23:39 +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
|