diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 04:35:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 04:35:07 -0500 |
| commit | 05d09b7584b4cd18676c68dd161142044437a7af (patch) | |
| tree | 59ada03a3c607f6d7a383da4adcedf5654fa202c /README.md | |
| parent | 59effd5ceba6f28e2bc2edd2b927abb4556f63b5 (diff) | |
load custom env files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,10 +16,10 @@ The core philosophy of this library is to standardize env in a new way env configuration files are loaded in this defined order: -1. /usr/share/doc/foo/foo.env # upstream application defaults -2. /etc/foo/foo.env # OS distribution defaults -3. /etc/default/foo # system admin overrides -4. ~/.config/foo/foo.env # your user settings +1. /usr/share/doc/foo/foorc # upstream application defaults +2. /etc/foo.d/ # OS distribution defaults +3. /etc/default/foo # system admin overrides +4. ~/.config/foo/foorc # your user settings ## function examples |
