2026-05-05 17:05:33 +02:00
2025-09-12 11:09:48 +02:00
2026-05-05 17:05:33 +02:00
2026-05-05 17:05:33 +02:00
2025-09-11 13:41:58 +02:00
2025-09-11 13:41:58 +02:00
2025-09-12 10:24:24 +02:00
2025-09-11 13:41:58 +02:00
2025-09-11 13:41:58 +02:00
2026-05-05 17:05:33 +02:00
2025-09-12 08:27:41 +02:00
2025-09-11 13:41:58 +02:00

Config

Describe the configuration you expect and let this lib parse it from env variables or files.

File parsing

  1. Add __FILE (note the 2 _) at the end of any variable name
  2. Set a path to a file as a value
  3. The parser will
    1. Read the path
    2. Read the file
    3. Trim any leading or trailing whitespace
    4. Use the value for the config
S
Description
Parse a configuration from env variables, using a type description
Readme 102 KiB
Languages
TypeScript 100%