Skip to content

Instantly share code, notes, and snippets.

@ddialar
Created August 7, 2017 18:18
Show Gist options
  • Save ddialar/fcedadeef9c9ccad5e12965d962a4092 to your computer and use it in GitHub Desktop.
Save ddialar/fcedadeef9c9ccad5e12965d962a4092 to your computer and use it in GitHub Desktop.
log4js - basic server configuration
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