Skip to content

Commit 96a0813

Browse files
committed
update contents.
1 parent c37da01 commit 96a0813

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

i18n/en/docusaurus-plugin-content-docs-restapi/current/commonChatConfigs.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ title: Chat Common Configuration
55

66
## Chat Common Configuration
77

8-
| Configuration Field Name | Configuration File | Configuration Description | Modification Notes |
9-
| ------------------------ | -------------------- | ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
10-
| `api.ports` | `chat-api-chat.yml` | Port for Chat service API | Default is `10008` |
11-
| `api.ports` | `chat-api-admin.yml` | Port for Chat admin panel API | Default is `10009` |
12-
| `openIM.secret` | `share.yml` | IM server secret, used to maintain communication with the server | Default is `openIM123`, can be changed to any string, must be consistent with the server secret. |
13-
| `tokenPolicy.expire` | `chat-rpc-admin.yml` | Expiration time configuration for Chat admin panel Token | The unit of expire is days, default is 90 |
14-
| `secret` | `chat-rpc-admin.yml` | Chat admin panel secret | Default is `chat123` |
15-
| `remainLogLevel` | `log.yml` | Log level | 6: Detailed logs with debug information, recommended for development environment; 4: Info and key logs, recommended for production environment; |
16-
| `allowRegister` | `chat-rpc-chat.yml` | Whether to allow user registration | Default is true |
17-
| `verifyCode` | `chat-rpc-chat.yml` | Verification code related configuration | See [Verification Code verifyCode](#verification-code-verifycode) for details. |
18-
| `liveKit.url` | `chat-rpc-chat.yml` | URL of LiveKit server, including address and port | Default is `ws://127.0.0.1:7880` |
8+
| Configuration Field Name | Configuration File | Configuration Description | Modification Notes |
9+
| ------------------------ | -------------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
10+
| `api.ports` | `chat-api-chat.yml` | Port for Chat service API | Default is `10008` |
11+
| `api.ports` | `chat-api-admin.yml` | Port for Chat admin panel API | Default is `10009` |
12+
| `openIM.secret` | `share.yml` | IM server secret, used to maintain communication with the server | Default is `openIM123`, can be changed to any string, must be consistent with the server secret. |
13+
| `tokenPolicy.expire` | `chat-rpc-admin.yml` | Expiration time configuration for Chat admin panel Token | The unit of expire is days, default is 90 |
14+
| `secret` | `chat-rpc-admin.yml` | Chat admin panel secret | Default is `chat123` |
15+
| `remainLogLevel` | `log.yml` | Log level | 0: Default allows simultaneous login across multiple devices, 1: All clients can be online but only one per client type, 5: PC can be online simultaneously, other clients allow only one device login |
16+
| `allowRegister` | `chat-rpc-chat.yml` | Whether to allow user registration | Default is true |
17+
| `verifyCode` | `chat-rpc-chat.yml` | Verification code related configuration | See [Verification Code verifyCode](#verification-code-verifycode) for details. |
18+
| `liveKit.url` | `chat-rpc-chat.yml` | URL of LiveKit server, including address and port | Default is `ws://127.0.0.1:7880` |
1919

2020
## Verification Code verifyCode
2121

0 commit comments

Comments
 (0)