-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmxscript.code-workspace
More file actions
29 lines (29 loc) · 1.01 KB
/
Copy pathmxscript.code-workspace
File metadata and controls
29 lines (29 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"folders": [
{
"path": "."
},
{
"path": "../../api/maximo-api-client"
}
],
"settings": {
"typescript.tsc.autoDetect": "off",
"mxscript.serverSettings.hostname": "dev.manage.masdev.transdev.ca",
"mxscript.serverSettings.port": 443,
"mxscript.authentication.username": "",
"mxscript.authentication.password": "",
"mxscript.authentication.apikey": "2cofscvpom6v79t5tgb5gd4lbi1ogbc5haaa0ofk",
"mxscript.authentication.authenticationType": "apikey",
"mxscript.serverSettings.objectStructure": "MXSCRIPT",
"mxscript.serverSettings.httpProtocol": "https",
"mxscript.scriptSettings.createPythonFileForJythonScripts": true,
"mxscript.scriptSettings.logLevel": "INFO",
"mxscript.scriptSettings.ignoresslerrors": true,
"mxscript.serverSettings.activeEnvironmentName": "mas1_test_environment",
"mxscript.appxml.formatOnDownloadAndCompare": true,
"mxscript.scriptSettings.sslcertificate": "",
"mxscript.appxml.objectStructure": "MXL_APPS",
"mxscript.condition.objectStructure": "MXL_CONDITION"
}
}