-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv.json
30 lines (30 loc) · 906 Bytes
/
env.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
{
"MQ_ENDPOINTS" : [
{
"QMGR" : "<your qm>",
"MQ_REST_HOST" : "https://<your mq server>",
"MQ_REST_PORT" : "9443",
"ADMIN_USER" : "<your admin user",
"ADMIN_PASSWORD" : "<your admin password"
},
{
"QMGR" : "<your other qm>",
"MQ_REST_HOST" : "https://<your other mq server>",
"MQ_REST_PORT" : "9444"
}
],
"COS_STORAGE" : {
"bucket": "mq-ce-observer",
"object_key": "storeddata",
"cos_apikey": "<api key goes here",
"endpoints": "<cos endpoint goes here>",
"resource_instance_id": "<cos instance id goes here>"
},
"CODE_ENGINE" : {
"ce_apikey": "<api key goes here",
"regions" :[
{"region": "<region1 goes here>"},
{"region": "<region2 goes here>"}
]
}
}