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

server:
  host: 0.0.0.0
  port: 3481
  workers: 8

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

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

aws:
  region: eu-west-1
  access_key_id: AKIA9HPOQ27PPE1CJUSS
  secret_access_key: QNr30hpIYo+maV0OZslCJyGu2v+o+LNW2egLixLq
  s3_bucket: webapp-assets-prod

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