nconf-etcd2
An nconf backend store for Etcd2
npm install nconf nconf-etcd2 --save
An ETCD2 backend for nconf
var Store = var s = namespace:'test';var assert = s;
Usage with nconf
var nconf = ;var Etcd = ; // tries to attach to the nconf instance nconf;nconf;
Support For Syncronous Methods
var nconf = ;var Etcd = ; // tries to attach to the nconf instance nconf;nconf;nconf;nconf; // Saved to etc!
Nest Namespaces
var nconf = ;var Etcd = ; // tries to attach to the nconf instance nconf;nconf; nconf;nconf; // Saved to etc!
Custom Separators
var nconf = ;var Etcd = ; // tries to attach to the nconf instance nconf;nconf;nconf;nconf; // Saved to etc!