Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify lowest priority config source, fix TOC #209

Merged
merged 1 commit into from
Jan 16, 2020
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Elbow, Elbow grease.
- [Multiple paths](#multiple-paths)
- [JSON format](#json-format)
- [Help Output](#help-output)
- [Prune .war files from each branch recursively, keep newest 2](#prune-war-files-from-each-branch-recursively-keep-newest-2)
- [Prune `.war` files from each branch recursively, keep newest 2](#prune-war-files-from-each-branch-recursively-keep-newest-2)
- [Keep oldest 1, debug logging, ignore errors, use syslog](#keep-oldest-1-debug-logging-ignore-errors-use-syslog)
- [Log to a file in JSON format](#log-to-a-file-in-json-format)
- [References](#references)
Expand Down Expand Up @@ -158,10 +158,10 @@ The priority order is (mostly):

1. Command line flags (highest priority)
1. Environment variables
1. Environment variables loaded from `.env` files (lowest priority)
1. Environment variables loaded from `.env` files
- **Not supported yet**
1. Configuration file
1. Default settings
1. Default settings (lowest priority)

Configuration sources lower in the list are loaded first, with configuration
sources above loaded sequentially (if enabled) after. Settings are *merged*,
Expand Down