mirror of
https://github.com/knadh/listmonk.git
synced 2025-02-24 06:15:32 +08:00
Updated Configuration (markdown)
parent
d0924c3f64
commit
9b66358168
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue