Skip to content

Commit

Permalink
swap
Browse files Browse the repository at this point in the history
  • Loading branch information
shakeelrao committed May 13, 2024
1 parent 70f8b03 commit 32d481f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions temporal/api/cloud/namespace/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ message NamespaceSpec {
message Endpoints {
// The web UI address.
string web_address = 1;
// The gRPC address for API key client connections (may be empty if API keys are disabled).
string grpc_address = 2;
// The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
string mtls_grpc_address = 3;
string mtls_grpc_address = 2;
// The gRPC address for API key client connections (may be empty if API keys are disabled).
string grpc_address = 3;
}

message Limits {
Expand Down

0 comments on commit 32d481f

Please sign in to comment.