Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ By default Lumify will use `io.lumify.core.config.FileConfigurationLoader` to lo
* `${user.home}/.lumify`
* Directory specified by the environment variable `LUMIFY_DIR`

Each of these directories will be searched in order and all files with a `.properties` extension will be
read in alphabetic order. This allows you to override properties in various places.
The config directory of each of these directories will be searched in order and all files with a `.properties` extension
will be read in alphabetic order. This allows you to override properties in various places.

## Docker

Expand Down