# Application configuration
app:
  name: microservice
  version: 4.1.15
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 7436
  workers: 5

database:
  host: db-master-4.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: Z61NqeSI3n8X2q45wiDlgMi1
  pool_size: 16
  ssl_mode: require

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

aws:
  region: us-west-2
  access_key_id: AKIA45O939ADX1KRO8TW
  secret_access_key: dFJlq0DnATint5MHXa7UQ+qCOLluctkz0nQw6Rsr
  s3_bucket: microservice-assets-prod

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