From 1d58915fae5fc823fafa21b6c3d43fd2717c63c1 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 15 十一月 2023 19:15:08 +0800 Subject: [PATCH] fix --- config/system.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/system.go b/config/system.go index 6f35d0a..0f99af3 100644 --- a/config/system.go +++ b/config/system.go @@ -11,4 +11,5 @@ UseMultipoint bool `mapstructure:"use-multipoint" json:"use-multipoint" yaml:"use-multipoint"` // 澶氱偣鐧诲綍鎷︽埅 UseRedis bool `mapstructure:"use-redis" json:"use-redis" yaml:"use-redis"` // 浣跨敤redis GrpcUrl string `mapstructure:"grpc-url" json:"grpc-url" yaml:"grpc-url"` // grpc鏈嶅姟鍦板潃 + GrpcAdminUrl string `mapstructure:"grpc-admin-url" json:"grpc-admin-url" yaml:"grpc-admin-url"` // grpc鏈嶅姟鍦板潃 } -- Gitblit v1.8.0