Skip to content

Commit

Permalink
escaped angular brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhbangarsaviynt authored May 7, 2024
1 parent 2cef959 commit baca46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/connectors/ecf/concepts/implementation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Once custom connector unit testing is successful, you should work with EIC admin
"authentications": {
"userAuth": {
"authType": "oauth2",
"url": "https://<HostName>:<Port>/api/v1/login",
"url": "https://\<HostName\>:\<Port\>/api/v1/login",
"httpMethod": "POST",
"httpParams": "{}",
"httpContentType": "application/json",
Expand All @@ -106,7 +106,7 @@ Once custom connector unit testing is successful, you should work with EIC admin
}
}
```
4. Update other connection parameters, replace https://<HostName>:<Port>, with valid hostname and port details.
4. Update other connection parameters, replace https://\<HostName\>:\<Port\>, with valid hostname and port details.
5. There is no need to update any other configuration on connections page, these are preconfigured as per ECF specification.
6. Save and Test connection.

Expand Down

0 comments on commit baca46b

Please sign in to comment.