-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwml.cpd.conf
More file actions
22 lines (18 loc) · 783 Bytes
/
wml.cpd.conf
File metadata and controls
22 lines (18 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
service{
cpd{
url = "/v1/preauth/validateAuth"
url = ${?CPD_URL}
username = "your username"
username = ${?CPD_USERNAME}
password = "Your password"
password = ${?CPD_PASSWORD}
}
wml{
host = "https://cp4d-qa-cpd-cp4d-qa.apps.do-oc4-nfs-2.os.fyre.ibm.com" // Provide the WML cluster you use via hard coded string
host = ${?CPD_HOST} // or use an environment variable
space_id = "your space id" // You can solve a model only through a space in WML.
space_id = ${?CPD_SPACE_ID} // or use an environment variable
version = "2020-08-07" // Mandatory WML field, must be provided. Any value is accepted so far.
version = ${?CPD_VERSION} // or use an environment variable
}
}