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

server:
  host: 0.0.0.0
  port: 6270
  workers: 11

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIA0EAF3XE6QF49GD6C
  secret_access_key: crKpLmrytMTHHRYsGJT8bP/tBfnCvD6HAZih0ku8
  s3_bucket: webapp-assets-prod

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