Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created December 3, 2018 04:35
Show Gist options
  • Save amandeepmittal/e708bcf1f5f43175c44c173328719f91 to your computer and use it in GitHub Desktop.
Save amandeepmittal/e708bcf1f5f43175c44c173328719f91 to your computer and use it in GitHub Desktop.
{
"development": {
"username": "root",
"password": null,
"database": "todos",
"host": "127.0.0.1",
"dialect": "postgres"
},
"test": {
"username": "root",
"password": null,
"database": "todos",
"host": "127.0.0.1",
"dialect": "postgres"
},
"production": {
"username": "root",
"password": null,
"database": "todos",
"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