Skip to content

Instantly share code, notes, and snippets.

@oakinogundeji
Created December 6, 2015 18:53
Show Gist options
  • Save oakinogundeji/1be3d8671b433087a986 to your computer and use it in GitHub Desktop.
Save oakinogundeji/1be3d8671b433087a986 to your computer and use it in GitHub Desktop.
production.json module for the express 4.x local auth sample app.
{
"host": "localhost",
"devURL": "http://localhost:3030",
"env": "production",
"dbURL": "mongodb://localhost/xpressLocalAuth",
"sessionSecret": "qwertyuiop123456789"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment