{
  "development": {
    "username": "postgres",
    "password": "password",
    "database": "steambadgeapp_development",
    "host": "127.0.0.1",
    "dialect": "postgres"
  },
  "test": {
    "username": "postgres",
    "password": "password",
    "database": "steambadgeapp_test",
    "host": "127.0.0.1",
    "dialect": "postgres"
  },
  "production": {
    "username": "postgres",
    "password": "password",
    "database": "steambadgeapp",
    "host": "127.0.0.1",
    "dialect": "postgres"
  }
}
