Config/config.secrets.example.json

{
  "passwords": {
    "domainAdminCred": {
      "username": "your-admin-account",
      "password": "<store-secret-here>"
    }
  },
  "settings": {
    "ad": {
      "domainController": "dc01.yourdomain.local",
      "searchBase": "DC=yourdomain,DC=local"
    },
    "remoting": {
      "credSSPDelegateComputers": "*.yourdomain.local"
    },
    "tenant": {
      "organizationName": "yourdomain.onmicrosoft.com",
      "upnSuffix": "yourdomain.com",
      "tenantId": "00000000-0000-0000-0000-000000000000"
    },
    "graph": {
      "tenantId": "00000000-0000-0000-0000-000000000000"
    }
  }
}