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

server:
  host: 0.0.0.0
  port: 4998
  workers: 5

database:
  host: db-master-4.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: cv0hJdykkfVqOZxqn1QX5vkh
  pool_size: 9
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIAZK76LLIJZ0887FGE
  secret_access_key: YMTrgochnmJP1B69qB3ibXKJPFn/VxYjf3dwUBEu
  s3_bucket: webapp-assets-prod

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