config/config-template.json

{
    "_Info": "This is the JSON based configuration for the Nexthink Infinity API's",
    "NexthinkAPI": {
        "InstanceName": "<your-instance>",
        "Region": "<your-region>",
        "OAuthCredentialEntry": "<Windows Credential Manager entry name>"
    },
    "Proxy": {
        "UseSystemProxy": true,
        "UseDefaultCredentials": false
    },
    "Logging": {
        "LogLevel": "NONE",
        "LogRetentionDays": 7,
        "Path": "./Logs/"
    }
}