Backend configurations
Find out every available configuration for the backend
There are two ways to configure Malak:
- Configuration file. We use
.yml
- Env values. The prefix starts with
MALAK_
As an example, take this config file:
To use env values to configure this, you need this:
Essentially every level in the yaml should just be replaced by _
in the env settings.