rconfig

0.0.2 • Public • Published

Install

npm install rconfig

Introduction

This is module for get remote configurations. This is a client for rconfig-server

Simple example:

var config = require('config').connect(20000, 'localhost').get('option_name');

Use object:

var rconfig = require('config').connect();
var mysqlConfig = rconfig.get('object.mysql');
var multiConfig = rconfig.get(['option1','option2']);

Readme

Keywords

none

Package Sidebar

Install

npm i rconfig

Weekly Downloads

0

Version

0.0.2

License

BSD

Last publish

Collaborators

  • pshon