You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
578 B

##
## config.yaml -- NCI Configuration
##
plugins:
- nci-projects-reloader
- nci-static-server
- nci-rest-api-server
- nci-mail-notification
- nci-scheduler
nodes:
- type: local
maxExecutorsCount: 2
http:
host: 127.0.0.1
port: 3000
url: http://127.0.0.1:3000
static:
locations:
- url: !!js/regexp ^/projects/(\w|-)+/workspace/
root: data/
# paths:
# db: /var/tmp/123
# projects: /var/tmp/123
storage:
backend: memdown
notify:
mail:
host: localhost
port: 25