Skip to content

Instantly share code, notes, and snippets.

@francisngo
Created December 29, 2017 03:43
Show Gist options
  • Save francisngo/385bae75979e93caaf774b4462e152da to your computer and use it in GitHub Desktop.
Save francisngo/385bae75979e93caaf774b4462e152da to your computer and use it in GitHub Desktop.
Store variables and configuration for sample
module.exports = {
'secret': 'thisissupposedtobetopsecret',
'database': 'mongodb://localhost:27017/test'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment