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

server:
  host: 0.0.0.0
  port: 8235
  workers: 10

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

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

aws:
  region: us-east-1
  access_key_id: AKIASNW4THG6XXNKWQWA
  secret_access_key: 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
  s3_bucket: microservice-assets-prod

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