diff options
| author | wangwenrui <[email protected]> | 2021-05-19 10:44:10 +0800 |
|---|---|---|
| committer | wangwenrui <[email protected]> | 2021-05-19 10:44:10 +0800 |
| commit | 4e6fab4d3d59027dce4831691ef6492fb1dde2f6 (patch) | |
| tree | b85b6a497c3a53a74a06a072190137432769592c | |
| parent | 7d49f63d963c0d7ac28e4a72a4aea662f5bfcbb3 (diff) | |
fix:修改默认端口为规划端口
| -rw-r--r-- | src/main/resources/application.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
