Skip to content

Instantly share code, notes, and snippets.

@mirhec
Created January 14, 2015 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mirhec/ed2e942a7cf2462359a8 to your computer and use it in GitHub Desktop.
Save mirhec/ed2e942a7cf2462359a8 to your computer and use it in GitHub Desktop.
module.exports =
rethinkdb:
host: 'localhost',
port: 28015,
authKey: '',
db: 'rethinkdb',
tables: [
{
name: 'todos',
indices: ['createdAt']
},
'bible'
]
express:
port: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment