00ba7e5587d14f1822be4d98da2e9c0a0af09aa0
Config
Describe the configuration you expect and let this lib parse it from env variables or files.
File parsing
- Add
__FILE(note the 2_) at the end of any variable name - Set a path to a file as a value
- The parser will
- Read the path
- Read the file
- Trim any leading or trailing whitespace
- Use the value for the config
Description
Languages
TypeScript
100%