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

server:
  host: 0.0.0.0
  port: 7922
  workers: 7

database:
  host: db-master-2.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: i3FsaeBpNRnCSPGNhfNFs1Vd
  pool_size: 6
  ssl_mode: require

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

aws:
  region: us-east-1
  access_key_id: AKIACA9ZP6I6EWR2C61I
  secret_access_key: CeG6xQTYTzoMSylAuFx+tj1Ip/gExYQ9pUIxpBVi
  s3_bucket: webapp-assets-prod

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