diff --git a/en/docs/reference/synapse-properties/endpoint-properties.md b/en/docs/reference/synapse-properties/endpoint-properties.md index 75f497cb7..32e3b5afa 100644 --- a/en/docs/reference/synapse-properties/endpoint-properties.md +++ b/en/docs/reference/synapse-properties/endpoint-properties.md @@ -551,8 +551,11 @@ The following properties only apply to HTTP endpoint. !!! Tip - You can configure the OAuth cache timeout (in seconds) by setting the following property in the `/conf/synapse.properties` file. The default timeout will be 3000 seconds. - `synapse.endpoint.http.oauth.cache.timeout=500` + You can configure the OAuth cache timeout (in seconds) by setting the following Synapse property in the `/conf/deployment.toml` file. The default value is 3000 seconds. + ``` + [synapse_properties] + 'synapse.endpoint.http.oauth.cache.timeout'=500 + ``` #### Authorization Code/Refresh Token grant type