Skip to content
Snippets Groups Projects
Commit 495ea098 authored by jensilo's avatar jensilo
Browse files

word

parent c7f04e99
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ func defaultOptions() *Options { ...@@ -96,7 +96,7 @@ func defaultOptions() *Options {
// Using default options the config file is expected to be located in the config/ directory. // Using default options the config file is expected to be located in the config/ directory.
// Default example: config/config.toml // Default example: config/config.toml
// //
// For the local config it locates the sub-folder local/ and looks for a file with the same name and extension. // For the local config it locates the subdirectory local/ and looks for a file with the same name and extension.
// Default example: config/local/config.toml // Default example: config/local/config.toml
// Before, this was done by appending ".local" to the filename and before the extension. However, this was changed because // Before, this was done by appending ".local" to the filename and before the extension. However, this was changed because
// it was inconvenient when using docker volumes. // it was inconvenient when using docker volumes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment