config.sample.json 280 Bytes
{
    "webservice": {
        "port": 7920,
        "apikey": "PLEASE_CHANGE_ME"
    },
    "mysql": {
        "komodo": {
            "host": "localhost",
            "database": "komodo",
            "user": "komodo",
            "password": "PLEASE_CHANGE_ME"
        }
    }
}