Skip to content

Instantly share code, notes, and snippets.

@Bensigo
Created October 3, 2017 11:18
Show Gist options
  • Save Bensigo/aa79a7a51f29afe053e5ae30c4988402 to your computer and use it in GitHub Desktop.
Save Bensigo/aa79a7a51f29afe053e5ae30c4988402 to your computer and use it in GitHub Desktop.
module.exports = {
PORT: process.env.PORT || 6060,
DBURI: process.env.DBURI || 'mongodb://localhost:27017/auth',
SECRET: process.env.SECRET || 'bhsvchldjvbscivgjsbnvspiucbvl'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment