UNPKG

mixdown

Version:

Mixdown components are used to create and remix web app and cli services.

41 lines (37 loc) 679 B
{ "app": { "plugins": { "hello-world": { "module": "/test/fixtures/testPlugin.js", "options": { "hello": "hello world" } } } }, "logger": { "level": "info", "handleExceptions": false, "syslog": { "host": "localhost", "port": 514, "app_name": "multi-site" } }, "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" } } } }