Release 29.07.2024 | Environment Variables
The Adapter now supports environment variables: you can setup adapter via setting the OS environment variables.
This approach has a number of advantages:
- independence from configuration files: solves the problem of possible overwriting of files;
- easier containerization: just set a set of environment variables inside the container;
- increased security: sensitive data can be transferred via variables without using the file system.
To set variable correctly you should use RAD
prefix for variable names.
You can find more information and examples in README.