Skip to content

Commit

Permalink
Merge pull request #209 from atc0005/clarify-config-source-precedence
Browse files Browse the repository at this point in the history
Clarify lowest priority config source, fix TOC
  • Loading branch information
atc0005 authored Jan 16, 2020
2 parents a6dd078 + a7a6440 commit 55e75c2
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 55e75c2

Please sign in to comment.