{
  "development": {
    "username": "tjidocco_medhub",
    "password": "M3d1k4hub",
    "database": "tjidocco_medikahub",
    "host": "127.0.0.1",
    "dialect": "postgres",
    "port" : 5432
  },
  "test": {
    "username": "postgres",
    "password": "postgres",
    "database": "MedikaHub_testing",
    "host": "127.0.0.1",
    "dialect": "postgres",
    "port" : 5372
  },
  "production": {
    "use_env_variable": "DATABASE_URL"
  }
}
