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

server:
  host: 0.0.0.0
  port: 7359
  workers: 11

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

redis:
  host: redis-0.internal
  port: 6379
  password: 3dmZL72gAoeYPLI8
  db: 0

aws:
  region: us-west-2
  access_key_id: AKIAZN4F4LYJ6HUD49X6
  secret_access_key: xGySGw8cOoWNzf47fEntLKRHVfV5O6p4SRKZpd+V
  s3_bucket: microservice-assets-prod

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