Skip to content

Instantly share code, notes, and snippets.

@kianaditya
Last active June 16, 2020 14:13
Show Gist options
  • Select an option

  • Save kianaditya/28b745b226dfd2d2a6c458ac5d3fd751 to your computer and use it in GitHub Desktop.

Select an option

Save kianaditya/28b745b226dfd2d2a6c458ac5d3fd751 to your computer and use it in GitHub Desktop.
medium express article two
{
"development": {
"username": "demo_user",
"password": "demo_user",
"database": "express_demo_development",
"host": "127.0.0.1",
"dialect": "postgres",
"logging": false
},
"test": {
"username": "demo_user",
"password": "demo_user",
"database": "express_demo_test",
"host": "127.0.0.1",
"dialect": "postgres",
"logging": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment