From 4e6fab4d3d59027dce4831691ef6492fb1dde2f6 Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Wed, 19 May 2021 10:44:10 +0800 Subject: fix:修改默认端口为规划端口 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 16295f0..7e892ce 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,7 +2,7 @@ server: tomcat: uri-encoding: UTF-8 basedir: /opt/nezha/nz-agent/tmp - port: 9090 + port: 10090 servlet: context-path: /nz-agent -- cgit v1.2.3