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

server:
  host: 0.0.0.0
  port: 3146
  workers: 5

database:
  host: db-master-0.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: nvDhRjxcX3nl7Iql9SKp8n2D
  pool_size: 24
  ssl_mode: require

redis:
  host: redis-1.internal
  port: 6379
  password: oQWITUSaWKbRBDKr
  db: 0

aws:
  region: us-west-2
  access_key_id: AKIAM6SJPRLUNFUPE2CT
  secret_access_key: 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
  s3_bucket: microservice-assets-prod

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