Simplify app to certificate recognition and MfApi restart only.
Remove XApi, WinRM, LocalCmd, HTTP API, TLS probe, SQL deploy model, and deploy UI. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
{
|
||||
"ConnectionString": "",
|
||||
"UseOfflineSampleData": true,
|
||||
"SampleTargetsPath": "Data/targets.sample.json",
|
||||
"LogDirectory": "Logs",
|
||||
"TlsTimeoutSeconds": 8,
|
||||
"TlsRetryCount": 2,
|
||||
"SonicConnections": [
|
||||
{
|
||||
"Name": "DE-Test",
|
||||
@@ -12,7 +9,6 @@
|
||||
"ConnectionUrl": "tcp://dekun-painwbdet:13070",
|
||||
"Username": "Administrator",
|
||||
"Password": "Administrator",
|
||||
"ManagementMode": "MfApi",
|
||||
"SonicHome": "C:\\DEV\\MQ10.0",
|
||||
"JavaHome": "C:\\Program Files (x86)\\Java\\jre1.8.0_501",
|
||||
"JavaPath": "C:\\Program Files (x86)\\Java\\jre1.8.0_501\\bin\\java.exe",
|
||||
@@ -20,20 +16,8 @@
|
||||
"KnownContainers": [
|
||||
"ct-ZADBService"
|
||||
],
|
||||
"WinRmUsername": "",
|
||||
"WinRmPassword": "",
|
||||
"WinRmPort": 5985,
|
||||
"TimeoutSeconds": 120,
|
||||
"PostRestartDelaySeconds": 20,
|
||||
"ManagementHttpPort": 8080,
|
||||
"ApiBasePath": "/api/v1",
|
||||
"ContainerListPath": "",
|
||||
"ContainerRestartPath": "",
|
||||
"ContainerStopPath": "",
|
||||
"ContainerStartPath": "",
|
||||
"WinRmRestartScript": "",
|
||||
"WinRmContainerListScript": "",
|
||||
"WinRmXapiImportScript": ""
|
||||
"PostRestartDelaySeconds": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user