You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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 |
|`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`|
0 commit comments