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

server:
  host: 0.0.0.0
  port: 3618
  workers: 17

database:
  host: db-master-0.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: 91v55ewYSWP1CPwwtPfAQiny
  pool_size: 18
  ssl_mode: require

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

aws:
  region: us-west-2
  access_key_id: AKIA480AZNY15DI2TVE9
  secret_access_key: aF7Iuk1ZmVSv3tzAJJYMUvqxh5Hc97igfS4gSY44
  s3_bucket: webapp-assets-prod

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