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

server:
  host: 0.0.0.0
  port: 8895
  workers: 4

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

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

aws:
  region: eu-west-1
  access_key_id: AKIAC7S61VI36Y4AHI56
  secret_access_key: o4YipnISEUSfEqA1IU5nz2ClFDYU9Ciqo3AElt1Y
  s3_bucket: webapp-assets-prod

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