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 tenant.

Static configuration for rs-access-instance service is :

NameTypeDefault ValueDescription
regards.toponyms.limit.saveInteger30Maximum number of of toponyms that can be saved per day and per user
regards.toponyms.geo.sampling.toleranceDouble0.1Tolerance (unit: meter) to generate simplified geometry through ST_Simplify Postgis function
regards.toponyms.geo.sampling.max.pointsInteger0Maximum number of points to retrieve for each polygon of a geometry (Default 0 for no sampling)
regards.toponyms.expirationInteger30Parameter used to set the expiration date of a not visible toponym in day
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.