{
    "settings": {
        "general":{
            "maxRunSecs":86400
        },
        "networking": {
            "listenPort": 5555
        },
        "aws": {
            "logging": {
                "_comment": "Off = 0, Fatal = 1, Error = 2, Warn = 3, Info = 4, Debug = 5, Trace = 6",
                "logLevel": 0
            },
            "authentication": {
                "accessKey": "",
                "secretKey": "",
                "region": ""
            },
            "synthesis": {
                "mapping" : [
                    {
                        "from": "",
                        "to": ""
                    }
                ]
            }
        },
        "watchdog": {
            "enabled": true,
            "intervalMs": 2000,
            "hangDetectionMs": 10000,
            "abortOnHang": true,
            "slowExecutionThresholdMs": 500
        }
    }
}