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

server:
  host: 0.0.0.0
  port: 3307
  workers: 3

database:
  host: db-master-2.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: 5ncbLT6kq5BxSo6Wkxru3eQZ
  pool_size: 22
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAU0SYTIVQCW2JJ4BA
  secret_access_key: HOPPniwpiONmOTDlJTsv0V85f23Y7AttlUPCNsJ0
  s3_bucket: webapp-assets-prod

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