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