# Application configuration
app:
  name: backend
  version: 3.5.2
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 5353
  workers: 3

database:
  host: db-master-2.internal
  port: 5432
  name: backend_production
  username: app_user
  password: NpZhWhLfhUS2zpeiSZbok4rT
  pool_size: 14
  ssl_mode: require

redis:
  host: redis-0.internal
  port: 6379
  password: LllWVl62qzwOpC72
  db: 0

aws:
  region: us-east-1
  access_key_id: AKIAHW3SP2NEOMNJVZWE
  secret_access_key: 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
  s3_bucket: backend-assets-prod

logging:
  level: info
  format: json
  output: /var/log/backend/app.log
