Skip to content

Maps configuration from config module files to environment variables.

License

Notifications You must be signed in to change notification settings

MartinKolarik/config-mapper-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config-mapper-env

Maps configuration from config module files to environment variables.

Installation

$ npm install config-mapper-env

Usage

// config/custom-environment-variables.js

const df = require('./default');
module.exports = require('config-mapper-env')(df);

License

Copyright (c) 2017 Martin Kolárik. Released under the MIT license.

About

Maps configuration from config module files to environment variables.

Resources

License

Stars

Watchers

Forks

Packages

No packages published