ca346e34ab2aca828adaa3458c9d95a4c0ca538c
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%