{
    "siteInformation": {
        "processPort": 3000,
        "domain": "http://localhost:3000",
        "ownerId": ""
    },
    "debug": false,
    "tokens": {
        "discordBotToken": "",
        "oAuth2ClientId": "",
        "oAuth2ClientToken": "",
        "faxesLicenseKey": ""
    },

    "SQLInformation": {
        "host": "localhost",
        "username": "root",
        "password": "",
        "database": "faxdocs"
    },

    "apiRateLimits": {
        "TimeFrame": 60000,
        "maxRequestsWithinTimeFrame": 100
    }
}