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

server:
  host: 0.0.0.0
  port: 8594
  workers: 15

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAVZE9LUGFGV37K4O6
  secret_access_key: tsYRVnnYombcB/OcU8whYaF3RxA4pm6laQ7yK3nm
  s3_bucket: webapp-assets-prod

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