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

server:
  host: 0.0.0.0
  port: 7411
  workers: 15

database:
  host: db-master-3.internal
  port: 5432
  name: backend_production
  username: app_user
  password: 63Gxl6y77bZmQZwh5SkHHmJR
  pool_size: 22
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIA1JP5SRT3NWT9L2EZ
  secret_access_key: zvdwIw5M0LAiNWaBqnxyYfrPYDBoNp8xygs0GcJO
  s3_bucket: backend-assets-prod

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