UNPKG

shared-node-env

Version:

A Node.js library designed to handle the creation of shared Environment Variables within multiple node applications running on the same server and sharing identical environmental variables that must be updated across all applications when changed.

6 lines (5 loc) 161 B
/** * Created by Tim on 4/8/15. */ // Convenience file to require the SDK from the root of the repository module.exports = require('./src/bin/sharedNodeEnv');