mm-go_UseSemaLogic/data.json
2026-03-27 10:52:24 +01:00

58 lines
No EOL
1.5 KiB
JSON

{
"mySLSettings": [
{
"myPort": "443",
"myOutputFormat": "SVG",
"myBaseURL": "service.semalogic.ddns.net",
"myGetAPI": "/APIVersion",
"mySID": "12345998",
"myContext": true,
"myUseHttp": false,
"myUser": "User",
"myPassword": "Password",
"myUpdateInterval": 500,
"myUseHttps": true,
"myAspUrl": "",
"myAspEndpoint": "",
"myUseHttpsSL": true,
"myUserSL": "User",
"myPasswordSL": "Password"
},
{
"myPort": "443",
"myOutputFormat": "SVG",
"myBaseURL": "semalogic-stage.cavas.uni-potsdam.de",
"myGetAPI": "/APIVersion",
"mySID": "12345655",
"myContext": true,
"myUseHttp": true,
"myUser": "User",
"myPassword": "Password",
"myUpdateInterval": 5000,
"myUseHttps": true,
"myAspUrl": "studyregulation-stage.cavas.uni-potsdam.de",
"myAspEndpoint": "plans/count",
"myUseHttpsSL": true,
"myUserSL": "User",
"myPasswordSL": "Password"
},
{
"myPort": "28000",
"myOutputFormat": "SVG",
"myBaseURL": "localhost",
"myGetAPI": "/APIVersion",
"mySID": "12345680",
"myContext": true,
"myUseHttp": false,
"myUser": "User",
"myPassword": "Password",
"myUpdateInterval": 500,
"myUseHttps": true,
"myAspUrl": "studyregulation-stage.cavas.uni-potsdam.de",
"myAspEndpoint": "plans/count ",
"myUseHttpsSL": false
}
],
"mySetting": 2,
"myDebugLevel": 2
}