Skip to content

Commit

Permalink
Update content/en/docs/configuration/m2m-oauth-server.md
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jkralik and coderabbitai[bot] authored Jul 9, 2024
1 parent 86a0318 commit 7cb73aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/docs/configuration/m2m-oauth-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ HTTP API of the OAuth Server service as defined [here](https://github.com/plgd-d

| Property | Type | Description | Default |
| ---------- | -------- | -------------- | ------- |
| `apis.http.address` | string | `Listen specification <host>:<port> for http client connection.` | `"0.0.0.0:9100"` |
| `apis.http.address` | string | `Listen to specification <host>:<port> for http client connection.` | `"0.0.0.0:9100"` |
| `apis.http.readTimeout` | string | `The maximum duration for reading the entire request, including the body by the server. A zero or negative value means there will be no timeout.` | `8s` |
| `apis.http.readHeaderTimeout` | string | `The amount of time allowed to read request headers by the server. If readHeaderTimeout is zero, the value of readTimeout is used. If both are zero, there is no timeout.` | `4s` |
| `apis.http.writeTimeout` | string | `The maximum duration before the server times out writing of the response. A zero or negative value means there will be no timeout.` | `16s` |
Expand All @@ -44,7 +44,6 @@ HTTP API of the OAuth Server service as defined [here](https://github.com/plgd-d
| `apis.http.tls.keyFile` | string | `File path to private key in PEM format.` | `""` |
| `apis.http.tls.certFile` | string | `File path to certificate in PEM format.` | `""` |
| `apis.http.tls.clientCertificateRequired` | bool | `If true, require client certificate.` | `true` |

### OAuth Signer

Signer configuration to access tokens of OAuth provider for services.
Expand Down

0 comments on commit 7cb73aa

Please sign in to comment.