You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,19 @@ Change these options as required (in step 2 above).
42
42
43
43
```delimiter = <single character> ``` -- A single character, usually a comma or semicolon. This character is what separates elements of the CSV file. It’s also used in the lists in the rest of this file.
44
44
45
+
-- CHOOSE 1 Authentication method, fill in the appropriate settings, Leave the other set empty, but do not delete the option entry--
46
+
-- To Use Basic Auth Enter your Username and Password, Leave ClientID and ClientSecret set to the empty string. --
47
+
-- To Enable OAuth Enter your ClientID an ClientSecret, Leave Username and Password set to the empty string.--
48
+
45
49
```username = <string> ``` -- Jama username.
46
50
47
51
```password = <string> ``` -- Jama password.
48
52
49
-
```baseURL = <string> ``` -- The base URL of the Jama instance. For hosted this is {base url}/rest/latest/ For on-prem it’s {base url}/contour/rest/latest/
0 commit comments