forked from garrata/carrepairdemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_credentials.yaml
49 lines (49 loc) · 1.17 KB
/
sample_credentials.yaml
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
accounts:
salesforce:
- name: "<same name as in Tooling / exported flow>"
credentials:
authType: "oauth2Password"
clientIdentity: ""
clientSecret: ""
username: ""
password: ""
endpoint:
loginUrl: ""
watsonlt:
- name: "<same name as in Tooling / exported flow>"
credentials:
authType: "basic"
apiKey: ""
username: ""
password: ""
endpoint:
baseUrl: ""
watsontoneanalyzer:
- name: "<same name as in Tooling / exported flow>"
credentials:
authType: "basic"
apiKey: ""
username: ""
password: ""
endpoint:
baseUrl: ""
watsonvr:
- name: "<same name as in Tooling / exported flow>"
credentials:
authType: "basic"
apiKey: ""
loggingFlag: "true"
apiVersion: "v3"
versionDate: "2018-03-19"
endpoint:
baseUrl: ""
servicenow:
- name: "<same name as in Tooling / exported flow>"
credentials:
authType: "oauth2web"
accessToken: ""
refreshToken: ""
clientId: ""
clientSecret: ""
endpoint:
url: ""