From 48464e00bdb8f87281d3076fb64fa22390809f81 Mon Sep 17 00:00:00 2001 From: kongfei Date: Wed, 10 Aug 2022 17:34:10 +0800 Subject: [PATCH] disable http server --- conf/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.toml b/conf/config.toml index 0ccb198..d8501a3 100644 --- a/conf/config.toml +++ b/conf/config.toml @@ -44,7 +44,7 @@ dial_timeout = 2500 max_idle_conns_per_host = 100 [http] -enable = true +enable = false address = ":9100" print_access = false -run_mode = "release" \ No newline at end of file +run_mode = "release"