summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-28 04:35:07 -0500
committerJeff Carr <[email protected]>2025-10-28 04:35:07 -0500
commit05d09b7584b4cd18676c68dd161142044437a7af (patch)
tree59ada03a3c607f6d7a383da4adcedf5654fa202c /README.md
parent59effd5ceba6f28e2bc2edd2b927abb4556f63b5 (diff)
load custom env files
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2e97173..33bc4c0 100644
--- a/README.md
+++ b/README.md
@@ -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