Skip to content

Instantly share code, notes, and snippets.

@collins-b
Created July 29, 2018 18:41
Show Gist options
  • Save collins-b/ca67f7f8d411b2eeef915105325dc0b4 to your computer and use it in GitHub Desktop.
Save collins-b/ca67f7f8d411b2eeef915105325dc0b4 to your computer and use it in GitHub Desktop.
{
"development": {
"username": "postgres",
"password": "",
"database": "testdev",
"host": "127.0.0.1",
"dialect": "postgres"
},
"test": {
"username": "postgres",
"password": "",
"database": "testprod",
"host": "127.0.0.1",
"dialect": "postgres"
},
"production": {
"use_env_variable": "DATABASE_URL",
"dialect": "postgres",
"logging": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment