Added attribute proxy for mc admin config set ALIAS logger_webhook (#16657)

Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
This commit is contained in:
Shubhendu
2023-02-22 10:49:46 +05:30
committed by GitHub
parent 9202c6e26a
commit 6b65ba1551
3 changed files with 26 additions and 0 deletions
+6
View File
@@ -57,6 +57,12 @@ var (
Optional: true,
Type: "number",
},
config.HelpKV{
Key: Proxy,
Description: "proxy url endpoint e.g. http(s)://proxy",
Optional: true,
Type: "string",
},
config.HelpKV{
Key: config.Comment,
Description: config.DefaultComment,