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

server:
  host: 0.0.0.0
  port: 3822
  workers: 13

database:
  host: db-master-1.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: SRgiAN7zKi90mzZlbKAiZzNt
  pool_size: 11
  ssl_mode: require

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

aws:
  region: us-west-2
  access_key_id: AKIAM4TPUQIC2VA3ISR0
  secret_access_key: 1l9fRVg4sJ64DI+M+JDMGPH3Gimn8jOohFutCMEa
  s3_bucket: webapp-assets-prod

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