Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xbzstudio authored Jun 3, 2023
1 parent 5f1e7ef commit 83aa4f2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,21 @@ var setting = {
接下来你只要根据这段代码的中文注释来更改配置即可更改你的默认设置。
在更改你的默认设置后,打开本地客户端时,你的聊天设置会更改为默认设置中的那样。例如你在默认设置中表示你想要让chatStyle更改为"balanced",那么在打开本地客户端时,聊天设置中的聊天风格设置将会自动更改为balanced。

## 服务端配置

进入`./config/server.json`后,会看到一段代码,如下:

```
{
"AllowConnect" : true,
"Port" : 80
}
```

这是一个用于配置服务端的json文件。其中,AllowConnect表示是否允许别的主机连接New Bing,默认为true也就是允许。如果不想对外开放,可以改成false;

Port表示的是端口,默认为80。当端口出现冲突,可以更改为80以外的值来解决问题。


# 其他

Expand Down

0 comments on commit 83aa4f2

Please sign in to comment.