{
    "server": {
        "host": "zazu.local",
        "port": 4000
    },
    "jwt": {
        "token": "mySuperSecureSecret",
        "algorithm": "HS512"
    },
    "savanna": {
        "url": "http://localhost:1337",
        "apiKey": "MySuperSecretHashTokenBasedAuthSystemIsSuperSecureYouKnow"
    }
}

