Skip to content

WaiveCar/bentojs-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config

This module provides a simple way to create environment based configurations by traversing the sub directories in a defined ./config_root directory. Each directory will contain a default.js which is the base configuration that all other environment configurations inherits from.

If you run NODE_ENV=local the config will first include all default.js files present, then extend each default.js with any defined local.js configuration.

$ npm install bentojs-config --save

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published