Updated Configuration (markdown)

Kailash Nadh 2020-03-12 10:22:01 +05:30
parent d0924c3f64
commit 9b66358168

@ -3,10 +3,11 @@ Run `./listmonk --new-config` to generate a new sample configuration file, `conf
## Environment variables
Config keys in config.toml can also be provided to listmonk as environment variables prefixed by `LISTMONK_` and periods are replaced by `__` (double underscore). Example:
```
LISTMONK_db__host = "localhost"
LISTMONK_db__password = "xxxx"
```
### List of environment variables