WinRM no longer reuses Administrator/Administrator; empty WinRm* uses the current Windows user, with clearer auth errors and LocalCmd guidance. Co-authored-by: Cursor <cursoragent@cursor.com>
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"ConnectionString": "",
|
|
"UseOfflineSampleData": true,
|
|
"SampleTargetsPath": "Data/targets.sample.json",
|
|
"LogDirectory": "Logs",
|
|
"TlsTimeoutSeconds": 8,
|
|
"TlsRetryCount": 2,
|
|
"SonicConnections": [
|
|
{
|
|
"Name": "DE-Test",
|
|
"DomainName": "proalpha-test",
|
|
"ConnectionUrl": "tcp://dekun-painwbdet:13070",
|
|
// Sonic SMC / Domain Manager (NICHT für WinRM):
|
|
"Username": "Administrator",
|
|
"Password": "Administrator",
|
|
// Windows für WinRM: leer = aktueller Benutzer (z.B. gisler). Nie Sonic-SMC-Logins hier eintragen.
|
|
// Lokal auf dem Sonic-Server testen: ManagementMode auf "LocalCmd" setzen (kein WinRM nötig).
|
|
"WinRmUsername": "",
|
|
"WinRmPassword": "",
|
|
"ManagementMode": "WinRm",
|
|
"SonicHome": "C:\\Sonic\\MQ10.0",
|
|
"KnownContainers": [
|
|
"DE-Test"
|
|
],
|
|
"WinRmPort": 5985,
|
|
"TimeoutSeconds": 120,
|
|
"PostRestartDelaySeconds": 20,
|
|
"ManagementHttpPort": 8080,
|
|
"ApiBasePath": "/api/v1",
|
|
"ContainerListPath": "",
|
|
"ContainerRestartPath": "",
|
|
"ContainerStopPath": "",
|
|
"ContainerStartPath": "",
|
|
"WinRmRestartScript": "",
|
|
"WinRmContainerListScript": "",
|
|
"WinRmXapiImportScript": ""
|
|
}
|
|
]
|
|
}
|