-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.sample.json
More file actions
33 lines (33 loc) · 986 Bytes
/
settings.sample.json
File metadata and controls
33 lines (33 loc) · 986 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
{
"rest-client.environmentVariables": {
"$shared": {
"access_token": "",
"ticket": "",
"api_url": "",
"env": "",
"client_id": "",
"client_secret": "",
"refresh_token": "",
"redirect_uri": "https://devnet-tools.superoffice.com/openid/callback",
"grant_type": "refresh_token"
},
"sod": {
"access_token": "8A:Cust31998.AcidMdWeI..",
"ticket": "",
"api_url": "https://sod2.superoffice.com/Cust31998/api",
"env": "sod",
"client_id": "a0a89a62a9...",
"client_secret": "13f63af902...",
"refresh_token": "IKT4eiAE..."
},
"online": {
"access_token": "",
"ticket": "",
"api_url": "",
"env": "online",
"client_id": "",
"client_secret": "",
"refresh_token": ""
}
}
}