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

server:
  host: 0.0.0.0
  port: 6831
  workers: 6

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

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

aws:
  region: eu-west-1
  access_key_id: AKIADETC9WMG2OOT0OL0
  secret_access_key: aLie0CwYr9fKW9k+yiq6ene81+GIifoBWUsiVNlL
  s3_bucket: webapp-assets-prod

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