UNPKG

env-lift

Version:

Simple namespaced environment variable configuration management solution

6 lines (4 loc) 217 B
// load config from environment with default provided as an object var config = require('../index').load('envlift-app', require('./external-json.json')); // export the config for testability module.exports = config;