Skip to main content
Version: 1.16

Static configuration

Static configuration is the microservice configuration set before microservice startup in a property file.

Static configuration for rs-Admin-Instance service is :

NameTypeDefault ValueDescription
regards.mails.noreply.addressStringregards@noreply.frDefault sender when a email is sent
regards.send.email.delay.first.rangeInteger60Time between 1, 2 and 3 tentatives (in seconds)
regards.send.email.delay.second.rangeInteger3600Time between 4, 5 and 6 tentatives (in seconds)
regards.send.email.delay.third.rangeInteger86400Time between 7, 8 and 9 tentatives (in seconds)
info

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

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