{
  "development": {
    "username": "root",
    "password": "",
    "database": "trading",
    "host": "localhost",
    "dialect": "mysql"
  },
  "test": {
    "username": "postgres",
    "password": "demo0504",
    "database": "elite_test",
    "host": "localhost",
    "dialect": "postgres"
  },
  "production": {
    "username": "root",
    "password": "",
    "database": "trading",
    "host": "localhost",
    "dialect": "mysql"
  }
}
