Skip to main content
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.

Full Configuration