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

server:
  host: 0.0.0.0
  port: 3605
  workers: 9

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

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

aws:
  region: eu-west-1
  access_key_id: AKIA10VTDKEX2JKUZBYD
  secret_access_key: HZh0aNRms1K7KpsPHLKaRezeB7209R81DBNNz68X
  s3_bucket: webapp-assets-prod

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