Skip to content

Commit d7e4ecf

Browse files
authored
Fix typo in configuration.md (#2540)
1 parent a9d3591 commit d7e4ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/content/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### TOML Configuration file
44
One or more TOML files can be read by passing `--config config.toml` multiple times. Apart from a few low level configuration variables and the database configuration, all other settings can be managed from the `Settings` dashboard on the admin UI.
55

6-
To generate a new sample configuration file, run `--listmonk --new-config`
6+
To generate a new sample configuration file, run `listmonk --new-config`
77

88
### Environment variables
99
Variables in config.toml can also be provided as environment variables prefixed by `LISTMONK_` with periods replaced by `__` (double underscore). To start listmonk purely with environment variables without a configuration file, set the environment variables and pass the config flag as `--config=""`.

0 commit comments

Comments
 (0)