e395abded4532d55fd2eb3e74276f973a86202b6
Config
Parse a configuration from env values using a description scheme (using Zod).
Keys are the name given in the TypeBox scheme, in capital case, separated with an underscore. Sub-objects' names will start with parent's name, followed by an underscore then the key.
Any key can be followed by __FILE. In this case, the given value is expected to be a path and the content of the file will be used to be the content of the config. The content of the file will be trimmed from any whitespace character. The file is read using UTF-8 encoding.
Description
Languages
TypeScript
100%