feat: 新增海外站点流量限制和CORS配置优化
- 新增yxai.chat域名到CORS白名单 - 为海外站点yxai.chat添加大流量接口访问限制 - 修复Azure OpenAI图像生成服务默认尺寸设置
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
//应用启动
|
||||
"App": {
|
||||
"SelfUrl": "http://*:19001",
|
||||
"CorsOrigins": "http://localhost:19001;http://localhost:18000;vscode-file://vscode-app;https://web.chatboxai.app;capacitor://localhost;http://codegeex"
|
||||
"CorsOrigins": "http://localhost:19001;http://localhost:18000;vscode-file://vscode-app;https://web.chatboxai.app;capacitor://localhost;http://codegeex;https://yxai.chat"
|
||||
},
|
||||
//配置
|
||||
"Settings": {
|
||||
|
||||
Reference in New Issue
Block a user