mirror of https://github.com/fantasticit/think.git
Update README.md
This commit is contained in:
parent
9a2ca11572
commit
6af11cdbfe
|
@ -86,7 +86,7 @@ pnpm install
|
||||||
pnpm run dev
|
pnpm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
前台页面地址:`http://localhost:3000`。
|
前台页面地址:`http://localhost:5002`。
|
||||||
服务接口地址:`http://localhost:5001`。
|
服务接口地址:`http://localhost:5001`。
|
||||||
协作接口地址:`http://localhost:5003`。
|
协作接口地址:`http://localhost:5003`。
|
||||||
|
|
||||||
|
@ -102,13 +102,14 @@ server:
|
||||||
prefix: '/api'
|
prefix: '/api'
|
||||||
port: 5001
|
port: 5001
|
||||||
collaborationPort: 5003
|
collaborationPort: 5003
|
||||||
# 最大版本记录数
|
maxDocumentVersion: 20 # 最大版本记录数
|
||||||
maxDocumentVersion: 20
|
|
||||||
|
|
||||||
client:
|
client:
|
||||||
|
port: 5002
|
||||||
assetPrefix: '/'
|
assetPrefix: '/'
|
||||||
apiUrl: 'http://localhost:5001/api'
|
apiUrl: 'http://localhost:5001/api'
|
||||||
collaborationUrl: 'ws://localhost:5003'
|
collaborationUrl: 'ws://localhost:5003'
|
||||||
|
drawioUrl: 'https://embed.diagrams.net'
|
||||||
|
|
||||||
# 数据库配置
|
# 数据库配置
|
||||||
db:
|
db:
|
||||||
|
|
Loading…
Reference in New Issue