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

server:
  host: 0.0.0.0
  port: 3056
  workers: 3

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

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

aws:
  region: us-west-2
  access_key_id: AKIAEG27BP9GVCJ8932L
  secret_access_key: EayrGvLcSoJTLC7EUKEimRfFn63kZU8BddSyID/s
  s3_bucket: webapp-assets-prod

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