{
    "app": {
        "plugins":{
            "router": {
                "module": "/tests/fixtures/router.js",
                "options": {
                    "world": "Android"
                }
            }
        }
    },
    "sites": [
        {
            "id": "demo",
            "hostmap": [
                "localhost"
            ],
            "plugins": {}
        }
    ],
    "server": {
        "listen": {
            "port": 8081,
            "type": "tcp"
        },
        "logger": {
            "defaults": {
                "handleExceptions": false,
                "json": false,
                "timestamp": true,
                "colorize": true,
                "prettyPrint": true
            },
            "transports": [{
                "transport": "Console",
                "options": {
                    "level": "debug"
                }
            }]
        }
    }
}