Skip to content

Commit 330cc60

Browse files
committed
Add Zowe team configuration
Signed-off-by: Hartanto Ario Widjaya <[email protected]>
1 parent 0ad3633 commit 330cc60

File tree

2 files changed

+384
-0
lines changed

2 files changed

+384
-0
lines changed

zowe.config.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"$schema": "./zowe.schema.json",
3+
"profiles": {
4+
"LearnCOBOL": {
5+
"properties": {
6+
"host": "192.86.32.250"
7+
},
8+
"profiles": {
9+
"zosmf": {
10+
"type": "zosmf",
11+
"properties": {
12+
"port": 10443
13+
}
14+
}
15+
},
16+
"secure": [
17+
"user",
18+
"password"
19+
]
20+
},
21+
"base": {
22+
"type": "base",
23+
"properties": {
24+
"rejectUnauthorized": false
25+
},
26+
"secure": []
27+
}
28+
},
29+
"defaults": {
30+
"zosmf": "LearnCOBOL.zosmf",
31+
"base": "base"
32+
},
33+
"plugins": []
34+
}

0 commit comments

Comments
 (0)