commit 9b67862028cfd8ffe2dfd7fa607d3562ff5972da parent 9223cd9a7cfbf6077f5b548334b14d852325ccff Author: Sean Enck <sean@ttypty.com> Date: Fri, 6 Dec 2024 18:59:08 -0500 toml docs Diffstat:
| A | internal/app/doc/toml.txt | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/internal/app/doc/toml.txt b/internal/app/doc/toml.txt @@ -0,0 +1,5 @@ +the environment settings can also be set via TOML configuration +files. The TOML file is read, the values transformed into the +corresponding environment keys, values parsed (if not strings), +expanded for shell variables, and then set into the process. The +following is a outline of what is allowed in the TOML file: