General configuration information
signoSign/Universal settings can be flexibly imported from various sources, including configuration files, environment variables or Java system variables. This makes it easy to adapt the configuration to the specific requirements and the environments in which the application is operated, such as a container environment like Docker.
The configuration is static and is carried out once when the application is started. Each setting is handled 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 application runtime. This provides a dynamic way of adapting the configuration to meet current requirements and optimize the user experience.