# Illustrative profile for local Kind IBM MQ (FND-004).
# Schema per ADR-0004 / docs/configuration.md — secret-free refs only.

profiles:
  kind-local:
    queueManager: QM1
    endpoint: https://mq.localhost:30443
    authentication:
      type: basic
      # Prefer MQ_ADMIN_PASSWORD or IBM_MQ_MCP_E2E_PASSWORD from the environment.
      secretRef: env:MQ_ADMIN_PASSWORD
    tls:
      # mkcert wildcard for *.localhost in the MKurator Kind stack; production
      # profiles should use caRef with a trusted CA instead.
      insecureSkipVerify: true
    capabilities:
      - inspect
      - browse
