Last active
August 7, 2017 18:17
-
-
Save ddialar/4cbbdf6e131e7a3351010881d5849237 to your computer and use it in GitHub Desktop.
log4js - configuration index.js file content
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import SERVER_ENV from './server.config'; | |
var environment = process.env.NODE_ENV || 'development'; | |
var serverConf = SERVER_ENV[environment]; | |
export { | |
serverConf | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment