forked from openmainframeproject/cobol-programming-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzowe.config.json
More file actions
34 lines (34 loc) · 762 Bytes
/
zowe.config.json
File metadata and controls
34 lines (34 loc) · 762 Bytes
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
30
31
32
33
34
{
"$schema": "./zowe.schema.json",
"profiles": {
"LearnCOBOL": {
"properties": {
"host": "192.86.32.250"
},
"profiles": {
"zosmf": {
"type": "zosmf",
"properties": {
"port": 10443
}
}
},
"secure": [
"user",
"password"
]
},
"base": {
"type": "base",
"properties": {
"rejectUnauthorized": false
},
"secure": []
}
},
"defaults": {
"zosmf": "LearnCOBOL.zosmf",
"base": "base"
},
"plugins": []
}