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

server:
  host: 0.0.0.0
  port: 8091
  workers: 10

database:
  host: db-master-2.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: 3LuSZEFyfqSF1Nc0x5ePjNJ3
  pool_size: 18
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIAVCAXOW2P7BL1I44P
  secret_access_key: CWeqFWMP5ISHxUyemTeBOFi0/8HYEEkArSUJoyTX
  s3_bucket: webapp-assets-prod

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