Created
August 7, 2017 18:18
-
-
Save ddialar/fcedadeef9c9ccad5e12965d962a4092 to your computer and use it in GitHub Desktop.
log4js - basic server configuration
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
const SERVER_ENV = { | |
'production': { port: process.env.SERVER_PORT }, | |
'development': { port: 4850 } | |
}; | |
export default SERVER_ENV; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment