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

server:
  host: 0.0.0.0
  port: 5329
  workers: 10

database:
  host: db-master-2.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: hs7uxY2HmeZqAaKxSKedvH1V
  pool_size: 19
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIA0J1NE9CUS0R0B3ZS
  secret_access_key: Psbm7NptHEyUO/A329tNefPPIawcvB4f9f4o83+i
  s3_bucket: webapp-assets-prod

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