Skip to content

Instantly share code, notes, and snippets.

@ebectar
Created May 8, 2018 16:54
Show Gist options
  • Save ebectar/9690208bd0a773d447733123b6250b12 to your computer and use it in GitHub Desktop.
Save ebectar/9690208bd0a773d447733123b6250b12 to your computer and use it in GitHub Desktop.
module.exports = {
development: {
client: 'pg',
connection: 'postgres://localhost/dbname-dev'
},
test: {},
production: {
client: 'pg',
connection: process.env.DATABASE_URL
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment