-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Moon Witch edited this page Jun 27, 2024
·
6 revisions
Your environment enhancer, based on community ideas.
Mozz is a library that aims to facilitate the management of configurations based on the environment used. For example, you can set options for a development environment and different options for a production environment. The library arose from the need to manage multiple .env
, JSON
and TOML
configuration files.
-
Supports
Json
,Toml
andYaml
files; - Supports different env and configuration file to each environment;
- Supports to types in Environment Variables.