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

server:
  host: 0.0.0.0
  port: 8311
  workers: 16

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIA8KDJIWWZQ06UCATL
  secret_access_key: a1ThPaXNPiT2PjQWh6mt/4TtcLwTVmTLVZwYsIhf
  s3_bucket: webapp-assets-prod

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