Node.JS — How to manage configuration and multiple envs with Foal

Loïc Poullain
May 13, 2021

This tutorial describes how to manage configuration with:
— JSON, YAML and JS files,
— .env files,
— and environment variables.

It also explains how to use FoalTS type safety feature.

--

--