From d7a54e80aa7a68845279095d84f817f7d7806717 Mon Sep 17 00:00:00 2001 From: marbar3778 Date: Mon, 22 Apr 2024 16:14:04 +0200 Subject: [PATCH] remove in confix --- tools/confix/data/v0.51-app.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tools/confix/data/v0.51-app.toml b/tools/confix/data/v0.51-app.toml index 1809e606dba6..c2c061a857f4 100644 --- a/tools/confix/data/v0.51-app.toml +++ b/tools/confix/data/v0.51-app.toml @@ -169,17 +169,6 @@ max-recv-msg-size = "10485760" # The default value is math.MaxInt32. max-send-msg-size = "2147483647" -############################################################################### -### gRPC Web Configuration ### -############################################################################### - -[grpc-web] - -# GRPCWebEnable defines if the gRPC-web should be enabled. -# NOTE: gRPC must also be enabled, otherwise, this configuration is a no-op. -# NOTE: gRPC-Web uses the same address as the API server. -enable = true - ############################################################################### ### State Sync Configuration ### ###############################################################################