1.0.7 • Published 7 years ago

i-config v1.0.7

Weekly downloads
3
License
-
Repository
github
Last release
7 years ago

i-config

A simple utility which aims to keep the same configuration file throught different modules. see also: http://eng.datafox.co/nodejs/2014/09/28/nodejs-config-best-practices/

Install

$ npm install --save i-config

Configuration

edit the follow 3 files locate below the folder node_modules/i-config

  • production.js
  • staging.js
  • development.js

Usage

var conf = require ("i-config");
console.log(conf.redis.host);
1.0.7

7 years ago

1.0.6

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago