Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created November 4, 2018 16:07
Show Gist options
  • Save amandeepmittal/28cfeb77f55cb7d5f3c21b852abd009e to your computer and use it in GitHub Desktop.
Save amandeepmittal/28cfeb77f55cb7d5f3c21b852abd009e to your computer and use it in GitHub Desktop.
const config = {
port: process.env.PORT || 4000,
jwtSecret: process.env.JWT_SECRET || 'mkT23j#u!45',
mongoURI: process.env.MONGODB_URI || 'mongodb://localhost/mern-auth'
};
export default config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment