Skip to content

Instantly share code, notes, and snippets.

@nikeshashar
Created November 10, 2016 14:19
Show Gist options
  • Save nikeshashar/0d6cb37f977e90dfe5a3699f43d9b125 to your computer and use it in GitHub Desktop.
Save nikeshashar/0d6cb37f977e90dfe5a3699f43d9b125 to your computer and use it in GitHub Desktop.
{
"development": {
"username": null,
"password": null,
"database": "my_app_development",
"host": "127.0.0.1",
"dialect": "postgres"
},
"test": {
"username": null,
"password": null,
"database": "my_app_test",
"host": "127.0.0.1",
"dialect": "postgres"
},
"production": {
"username": null,
"password": null,
"database": "my_app_production",
"host": "127.0.0.1",
"dialect": "postgres"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment