# Application configuration
app:
  name: webapp
  version: 3.9.19
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 8670
  workers: 13

database:
  host: db-master-2.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: lkiw7fTrCstQhLxND14GvOSk
  pool_size: 13
  ssl_mode: require

redis:
  host: redis-1.internal
  port: 6379
  password: 1EDn9BNxvBCJjQy5
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIAVPHUXP6GWQOWKRTO
  secret_access_key: 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
  s3_bucket: webapp-assets-prod

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