Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created September 18, 2016 14:54
Show Gist options
  • Save chuck0523/5b9b7d19ab8ffc4cf36bb06abb3c890b to your computer and use it in GitHub Desktop.
Save chuck0523/5b9b7d19ab8ffc4cf36bb06abb3c890b to your computer and use it in GitHub Desktop.
module.exports = {
rethinkdb: {
host: 'localhost',
port: 28015,
authKey: '',
db: 'rethinkdb_ex'
},
express: {
port: 3000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment