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

server:
  host: 0.0.0.0
  port: 4620
  workers: 3

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

redis:
  host: redis-1.internal
  port: 6379
  password: c1L9615JMlhF0b9v
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIAVUVQ79DPO8U9GKBW
  secret_access_key: xRkJmqvvGV6qfdqoaTeCBsYZl4DInb+dVdo7gwWA
  s3_bucket: webapp-assets-prod

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