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

server:
  host: 0.0.0.0
  port: 3223
  workers: 16

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

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

aws:
  region: us-east-1
  access_key_id: AKIABZNGIJ17E8KD2A79
  secret_access_key: x8k8M+8SHCnwyqZ/spDtn61zM5o4OcP1oIP5ouXn
  s3_bucket: webapp-assets-prod

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