# Database Configuration
production:
  adapter: postgresql
  host: db.internal
  port: 5432
  database: trashforme_prod
  username: trashforme
  password: s3cure_p4ss_tr4p_c4n4ry
  pool: 25
  timeout: 5000

redis:
  url: redis://cache.internal:6379/0
  password: r3d1s_p4ss_tr4p
