1.1.2 • Published 8 years ago

bentojs-config v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

Config

Introduction

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.

Setup

$ npm install bentojs-config --save
1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago