The settings for signoSign/Universal can be imported flexibly from various sources, including configuration files, environment variables or Java system variables. This allows the configuration to be easily adapted to the specific requirements and environments in which the application is operated, such as a container environment like Docker.
The configuration is static and is performed only once when the application is started. Each setting is treated atomically, which means that it can be set individually. In most cases, the settings are technically independent of each other.
Certain settings can be changed by the user during the runtime of the application. This provides a dynamic way to adjust the configuration to meet current requirements and optimise the user experience.