config/config-template.json

{
    "_Info": "This is the JSON based configuration for the Nexthink Infinity API's",
    "Logging": {
        "LogRetentionDays": 7,
        "LogLevel": "INFO",
        "Path": "./Logs/"
    },
    "NexthinkAPI": {
        "InstanceName": "<customerinstance>",
        "Region": "<datacenter region>",
        "OAuthCredentialEntry": "<saved credential entry name>",
        "RequestBatchSize": "1000"
    }
}