Passing Parameters as a JSON Structure
Prerequisites
Installing Thinfinity Workspace in All components mode
1
@echo off
set CFG_FILE=Automation_workspace.json
set CMDLINE=/setinstance ""%CFG_FILE%""
msiexec /i Thinfinity_Workspace_v8.0..._Setup_x64.msi /q /l*v ServerWS.log CMDLINE="%CMDLINE%"
2
{
"thinfinity": {
"binding": [{
"https": true,
"ip": "",
"port": 9443,
"hostName": "",
"certificateStore": "MY",
"thumbprint": "cb-d8-af-9f-33-9a-7c-f7-f9-2f-ab-02-5d-99-e5-86-6d-75-4a-66",
"redirectUrl": "",
"redirectCode": 302
}],
"networkId": "MyNet",
"apiKey": "1B7FB733-4221-49D6-AFFE-D13652149775",
"protection": {
"bruteForce": {
"enabled": true,
"maxAttempts": 3,
"minutesToReset": 10
},
"whiteList": [
"192.168.1."
],
"blackList": [
"192.168.2."
]
}
}
}3
Last updated
Was this helpful?