{
    "dev":{
        "port":5567,
        "base_url":"http://localhost:5567"
    },
    "prod":{
        "port":5567,
        "base_url":"http://localhost:5567",
        "ssl":{
            "key_file_location":"",
            "cert_file_location":""
        }
    }
}