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

server:
  host: 0.0.0.0
  port: 6470
  workers: 5

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

redis:
  host: redis-2.internal
  port: 6379
  password: f2ugfqoh8iKPY0qE
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIAXCUFZFUTQI9Q3Z6S
  secret_access_key: 6loN4ATmgszp17JPJfVtyZ0ONE1xc0K1l+mu3XQP
  s3_bucket: backend-assets-prod

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