Skip to content

Instantly share code, notes, and snippets.

@RyanKor
Created October 24, 2020 18:20
Show Gist options
  • Save RyanKor/a04c27dadd3549e0ac43e41f5b1f20ae to your computer and use it in GitHub Desktop.
Save RyanKor/a04c27dadd3549e0ac43e41f5b1f20ae to your computer and use it in GitHub Desktop.
MySQL Config.json
{
"development": {
"username": "username",
"password": "password",
"database": "sns",
"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