{
  "development": {
    "username": "root",
    "password": "PewPewDing80",
    "database": "database_development",
    "host": "127.0.0.1",
    "port": "3306",
    "dialect": "mysql",
    "timestamps": false
  },
  "production": {
    "username": "monocool_studyparty_user",
    "password": "certainty-trough-heroism-8",
    "database": "monocool_study_party",
    "host": "194.110.243.34",
    "port": "3306",
    "dialect": "mysql",
    "timestamps": false
  },
  "test": {
    "username": "test",
    "password": "test",
    "database": "test",
    "host": "localhost",
    "port": "3306",
    "dialect": "sqlite",
    "timestamps": false
  }
}
