Configuration
Configuration¶
Environment configuration¶
The environment configuration config.yml
is located in the <service dir>
and differs depending on the type of service and platform.
Tip
Note that each service uses separate configuration files
Tip
Note that the config.yml
file also can be named config.yaml
. If both these files exist, the file with .yml
suffix takes precedence.
The location for config.yml
is %programdata%\Lundalogik\LIME Pro Server\<service name>\configs
Application configuration¶
For Windows On-Premise installations, the application-level configuration is expressed in the file %programdata%\Lundalogik\LIME Pro Server\application_config.yaml
. If it does not already exist, just create it.
Note
Unlike config.yml
, the application_config.yaml
file is shared by all services. That means that if you wish to add configuration for both the web server and the task handler, you only need to edit configuration once.