{
    "version": 1,
    "server": {
        "type": "NilaOS"
    },
    "wComRouter": {
        "enabled": true,
        "address": "*",
        "port": {
            "ws": "*",
            "wss": "*"
        },
        "path": "/wCom"
    },
    "resources": {
        "list": [
            {
                "enabled": true,
                "name": "local",
                "domain": "this",
                "port": "*",
                "path": "/"
            }
        ]
    },
    "scripts": {
        "domains": [
            {
                "top": "*",
                "domain": "*",
                "sub": "app",
                "script": "NilaOS.apps.load('apps/Nila/main',{mode:'fullscreen'})"
            }
        ]
    }
}