# mcrctl — Metacircular Container Registry CLI configuration. # Copy to ~/.config/mcrctl.toml and edit. server = "https://registry.example.com:8443" # REST API base URL grpc = "registry.example.com:9443" # gRPC server address (optional) token = "" # bearer token (MCR_TOKEN env overrides) ca_cert = "" # custom CA certificate PEM file