mixdown
Version:
Mixdown components are used to create and remix web app and cli services.
54 lines (49 loc) • 916 B
JSON
{
"app": {
"plugins": {
}
},
"logger": {
"defaults": {
"handleExceptions": false,
"json": false,
"timestamp": true,
"colorize": true,
"prettyPrint": true
},
"transports": [
{
"transport": "Syslog",
"options": {
"handleExceptions": true,
"facility": "local1",
"level": "info",
"host": "localhost",
"port": 514,
"app_name": "multi-site",
"pid": null
}
}
]
},
"services": {
"module": "mixdown-config-couchdb",
"options": {
"host": "localhost",
"port": 5984,
"databaseName": "mixdown_services",
"extraConf": {
}
}
},
"main": {
"module": "mixdown-server",
"options": {
"listen": {
"port": 8081,
"type": "tcp",
"path": "/var/run/mixdown.sock"
}
}
}
}