Config/defaults.json

{
    "manufacturers": ["Dell", "Lenovo"],
    "operatingSystem": "Windows 11 24H2",
    "architecture": "x64",
    "sccm": {
        "siteServer": "",
        "siteCode": "",
        "useSSL": false,
        "distributionPoints": [],
        "distributionPointGroups": []
    },
    "paths": {
        "download": "",
        "package": ""
    },
    "options": {
        "removeLegacy": false,
        "enableBDR": true,
        "cleanSource": false,
        "cleanUnusedDrivers": false,
        "cleanDownloads": false,
        "replicationPriority": "Normal",
        "deploymentPlatform": "ConfigMgr - Standard Pkg",
        "compressPackage": false,
        "compressionType": "ZIP",
        "updateIndividualDrivers": false,
        "verifyDownloadHash": false
    },
    "proxy": {
        "enabled": false,
        "server": ""
    },
    "cache": {
        "ttlHours": 24,
        "maxSizeMB": 2048
    },
    "logging": {
        "format": "CMTrace",
        "level": "Information",
        "webhookUrl": ""
    }
}