ss-localconfigs
v0.0.3
Published
load and apply per app configuration from client/code/<apps>/socketstream.json
Downloads
3
Readme
load and apply per app configuration from client/code//socketstream.json
Usage:
In your main app.js of your socketstream application:
var configs = require('ss-localconfigs');
configs.applyConfigs(ss, './client/code', 'socketstream.json');