Skip to content

Instantly share code, notes, and snippets.

@Eth3rnit3
Created November 28, 2018 09:22
Show Gist options
  • Save Eth3rnit3/a6a91f666189d4de70889cf8237f125e to your computer and use it in GitHub Desktop.
Save Eth3rnit3/a6a91f666189d4de70889cf8237f125e to your computer and use it in GitHub Desktop.
{
"development": {
"username": "root",
"password": "My_mysql_root_p@ssw0rd",
"database": "nodejs_relationship_demo",
"host": "127.0.0.1",
"dialect": "mysql"
},
"test": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "mysql"
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"host": "127.0.0.1",
"dialect": "mysql"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment