{
  "type": "postgres",
  "host": "localhost",
  "port": 5432,
  "username": "your_db_user",
  "password": "your_db_password",
  "database": "your_db_name",
  "synchronize": true,
  "logging": true,
  "entities": ["src/entities/*.ts"],
  "migrations": ["src/migrations/*.ts"],
  "cli": {
    "entitiesDir": "src/entities",
    "migrationsDir": "src/migrations"
  }
}
