mixdown
Version:
Mixdown components are used to create and remix web app and cli services.
50 lines (46 loc) • 818 B
JSON
{
"app": {
"plugins": {
"hello-world": {
"module": "/test/fixtures/testPlugin.js",
"options": {
"hello": "hello"
}
}
}
},
"logger": {
"defaults": {
"handleExceptions": false,
"json": false,
"timestamp": true,
"colorize": true,
"prettyPrint": true
},
"transports": [
{
"transport": "Console"
}
]
},
"services": {
"module": "mixdown-config-filesystem",
"options": {
"paths": ["/example/web/multi-site/sites"]
}
},
"main": {
"module": "mixdown-server",
"options": {
"listen": {
"port": 8081,
"type": "tcp",
"path": "/var/run/mixdown.sock"
},
"cluster": {
"on": true,
"workers": 2
}
}
}
}