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

server:
  host: 0.0.0.0
  port: 6945
  workers: 14

database:
  host: db-master-3.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: RorJIBabiqlWgBDed8tVqdI0
  pool_size: 23
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIACAAN8F41R9CNA15D
  secret_access_key: A6gFeplWm3fzBz3brING3YiL3VX+Pi7sYhhwhu/p
  s3_bucket: webapp-assets-prod

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