Config/config.secrets.example.json
|
{
"passwords": { "domainAdminCred": { "usernameEncrypted": "<dpapi-encrypted-string-from-convertfrom-securestring>", "passwordEncrypted": "<dpapi-encrypted-string-from-convertfrom-securestring>", "username": "", "password": "" } }, "settings": { "agent": { "apiKeyEncrypted": "<dpapi-encrypted-string-from-convertfrom-securestring>", "searchWebApiKeyEncrypted": "<dpapi-encrypted-string-from-convertfrom-securestring>" }, "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" } } } |