From 92081016d297dd6f0e859b6e7bd5e951ec9a5334 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 4 Apr 2023 04:24:28 +0800 Subject: [PATCH] update default configure for WebServer in internal/conf/config.yaml --- internal/conf/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/conf/config.yaml b/internal/conf/config.yaml index a87d176a..d9adc5eb 100644 --- a/internal/conf/config.yaml +++ b/internal/conf/config.yaml @@ -8,8 +8,9 @@ App: # APP基础设置项 Features: Default: [] WebServer: # Web服务 + RunMode: debug HttpIp: 0.0.0.0 - HttpPort: 8010 + HttpPort: 8008 ReadTimeout: 60 WriteTimeout: 60 AdminServer: # Admin后台运维服务