From 9b723dee3a82216a932e739d0a7f0dd286549e97 Mon Sep 17 00:00:00 2001 From: Gygkimo95 Date: Thu, 4 Jan 2024 13:52:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/deploy-manual/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy-manual/config.md b/docs/deploy-manual/config.md index e1644673..d5369feb 100644 --- a/docs/deploy-manual/config.md +++ b/docs/deploy-manual/config.md @@ -12,7 +12,7 @@ dms: id: 1 api: addr: "0.0.0.0" - port: 10000 + port: 7601 enable_https: false cert_file_path: './etc/cert.pem' key_file_path: './etc/key.pem' @@ -58,7 +58,7 @@ sqle: dms_server_address: "http://127.0.0.1:10000" api: addr: "127.0.0.1" - port: 10001 + port: 10000 enable_https: false cert_file_path: './etc/cert.pem' key_file_path: './etc/key.pem'