forked from workshopdemos/doggos-gse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zowe.config.json
69 lines (69 loc) · 1.64 KB
/
zowe.config.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"$schema": "./zowe.schema.json",
"profiles": {
"zosmf": {
"type": "zosmf",
"properties": {
"port": 10443
},
"secure": []
},
"tso": {
"type": "tso",
"properties": {
"account": "",
"codePage": "1047",
"logonProcedure": "IZUFPROC"
},
"secure": []
},
"ssh": {
"type": "ssh",
"properties": {
"port": 2022
},
"secure": []
},
"endevor": {
"type": "endevor",
"properties": {
"port": 1000,
"protocol": "http",
"basePath": ""
},
"secure": []
},
"endevor-location": {
"type": "endevor-location",
"properties": {
"instance": "",
"environment": "",
"system": "",
"subsystem": "",
"type": "",
"stageNumber": "1",
"maxrc": 8
},
"secure": []
},
"base": {
"type": "base",
"properties": {
"host": "",
"rejectUnauthorized": false,
"user": "",
"password": ""
},
"secure": []
}
},
"defaults": {
"zosmf": "zosmf",
"tso": "tso",
"ssh": "ssh",
"endevor": "endevor",
"endevor-location": "endevor-location",
"base": "base"
},
"autoStore": true
}