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

server:
  host: 0.0.0.0
  port: 5655
  workers: 9

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

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

aws:
  region: us-west-2
  access_key_id: AKIAJQP3Z6F600YBABGY
  secret_access_key: bfXO/VbCW3SANgN/NemDN9AYT4eaidg6IadbWf6i
  s3_bucket: webapp-assets-prod

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