From 6af11cdbfea60e439d3ea3081f134d1f0a533540 Mon Sep 17 00:00:00 2001 From: fantasticit Date: Fri, 20 May 2022 18:38:07 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 993080df..cb819a4b 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ pnpm install pnpm run dev ``` -前台页面地址:`http://localhost:3000`。 +前台页面地址:`http://localhost:5002`。 服务接口地址:`http://localhost:5001`。 协作接口地址:`http://localhost:5003`。 @@ -102,13 +102,14 @@ server: prefix: '/api' port: 5001 collaborationPort: 5003 - # 最大版本记录数 - maxDocumentVersion: 20 + maxDocumentVersion: 20 # 最大版本记录数 client: + port: 5002 assetPrefix: '/' apiUrl: 'http://localhost:5001/api' collaborationUrl: 'ws://localhost:5003' + drawioUrl: 'https://embed.diagrams.net' # 数据库配置 db: