diff --git a/content/en/docs/configuration/m2m-oauth-server.md b/content/en/docs/configuration/m2m-oauth-server.md index 2db36536..ad1f0103 100644 --- a/content/en/docs/configuration/m2m-oauth-server.md +++ b/content/en/docs/configuration/m2m-oauth-server.md @@ -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 : for http client connection.` | `"0.0.0.0:9100"` | +| `apis.http.address` | string | `Listen to specification : 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` | @@ -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.