-
Notifications
You must be signed in to change notification settings - Fork 0
/
sampledefault-env.json
46 lines (45 loc) · 1.27 KB
/
sampledefault-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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"VCAP_SERVICES": {
"destination": [
{
"name": "SCT",
"label": "SCT",
"tags": ["carbon"],
"URL": "https://us10.sct.sustainability.cloud.sap",
"ProxyType": "Internet",
"Type": "HTTP",
"Authentication": "OAuth2ClientCredentials",
"credentials": {
"clientid": "",
"clientsecret": "",
"tokenServiceURL": "",
"tokenServiceURLType": ""
}
},
{
"name": "OSR",
"label": "onesource",
"tags": ["onesource"],
"URL": "https://api-emea.onesourcetax.com",
"ProxyType": "Internet",
"Type": "HTTP",
"Authentication": "OAuth2ClientCredentials",
"credentials": {
"clientid": "",
"clientsecret": "",
"tokenServiceURL": "https://api-emea.onesourcetax.com/oauth2/v1/token",
"tokenServiceURLType": "Dedicated"
}
},
{
"name": "vechain",
"label": "vechain",
"tags": ["vechain"],
"URL": "https://node-testnet.vechain.energy",
"ProxyType": "Internet",
"Type": "HTTP",
"Authentication": "NoAuthentication"
}
]
}
}