Skip to main content
Version: 2.2.0

Static Configuration

Static configuration is the microservice configuration set before microservice startup in a property file. This configuration is common to all tenants.

Static configuration for Gateway service is :

NameTypeDefault ValueDescription
spring.cloud.gateway.httpclient.response-timeoutduration60sMaximum time allowed for a request to return a response. Beyond this time, an error response with status 504 Gateway Timeout is returned. If no unit is specified, the value is assumed to be in milliseconds. (1)

(1) The microservice rs-front also has a configurable timeout policy (nginx property proxy_read_timeout). It must be set in accordance to the timeout value of the gateway. The consistency between these values is automatically ensured when the customization is done through the ansible inventory.

info

Some of these properties are customizable in ansible inventory. See installation guide.

To make missing properties customizable, you have to update regards ansible playbook : the regards-mconfig role.