Skip to content

Instantly share code, notes, and snippets.

@csorlandi
Created June 13, 2018 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csorlandi/451376853817bac819502e3215b39d07 to your computer and use it in GitHub Desktop.
Save csorlandi/451376853817bac819502e3215b39d07 to your computer and use it in GitHub Desktop.
module.exports = {
username: 'root',
password: 'root',
database: 'crud_sequelize',
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