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

server:
  host: 0.0.0.0
  port: 4523
  workers: 9

database:
  host: db-master-3.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: Z6a5BzuxVC0z9LmZk4X3UR40
  pool_size: 12
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIAUGNLEOA8P1E61PEA
  secret_access_key: Jyx3l1ND+VLr8uIlooBoyUo2Yxo3t6phZGXtspi7
  s3_bucket: webapp-assets-prod

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