{
    "http": {
        "host": "127.0.0.1",
        "port": 8080,
        "root": "./wwwroot",
        "timeout": 60000,
        "mime": {
            ".txt": "text/plain",
            ".css": "text/css",
            ".htm": "text/html",
            ".html": "text/html",
            ".js": "text/javascript",
            ".gif": "image/gif",
            ".jpg": "image/jpeg",
            ".jpeg": "image/jpeg",
            ".png": "image/png",
            ".bmp": "image/bmp",
            ".svg": "image/svg+xml",
            ".ico" : "image/vnd.microsoft.icon",
            ".csv": "text/csv",
            ".xml": "text/xml",
            ".json": "application/json"
        }
    },
    "print": {
        "host": "127.0.0.1",
        "port": 19100
    },
    "_serial": {
        "host": "127.0.0.1",
        "port": 9100,
        "device": "COM9"
    }
}
