DEV Community

Loïc Poullain
Loïc Poullain

Posted on

[Video] Manage configuration and multiple environments in Node.JS with Foal

This tutorial describes how to manage configuration with Foal across one or more environments using:

  • JSON, YAML and JS files,
  • .env files
  • and environment variables.

It also explains how to check and convert the types of configuration values.

Top comments (0)