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

server:
  host: 0.0.0.0
  port: 5484
  workers: 11

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

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

aws:
  region: eu-west-1
  access_key_id: AKIAM2Z2RI6Q8DP6171K
  secret_access_key: EMI/04nPyUjdZgj7ubI/0dUSNvUwGy4sE0RKRBlf
  s3_bucket: webapp-assets-prod

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