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

server:
  host: 0.0.0.0
  port: 7726
  workers: 11

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

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

aws:
  region: us-west-2
  access_key_id: AKIARK203IIBZHB3UTUC
  secret_access_key: kfz3r0xAsrqyXCm3D+RIyosZcQbXqrti1vsubr7L
  s3_bucket: webapp-assets-prod

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