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

server:
  host: 0.0.0.0
  port: 7555
  workers: 5

database:
  host: db-master-4.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: hroRd7VrMQttwbr3TJnB6Z3V
  pool_size: 20
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAXVVP77PYPM7BUT1U
  secret_access_key: xCNEvqMBH3/QM6+7y2P8fLncAjf309fAJuP8Hvz/
  s3_bucket: webapp-assets-prod

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