{
  "development": {
    "username": "postgres",
    "password": "password",
    "database": "auth_app",
    "host": "127.0.0.1",
    "port": 5432,
    "dialect": "postgres"
  },
  "test": {
    "username": "postgres",
    "password": "password",
    "database": "auth_app_test",
    "host": "127.0.0.1",
    "port": 5432,
    "dialect": "postgres"
  },
  "production": {
    "username": "postgres",
    "password": "password",
    "database": "auth_app",
    "host": "127.0.0.1",
    "port": 5432,
    "dialect": "postgres"
  }
}
