代理配置和说明

This commit is contained in:
2025-08-21 12:53:38 +08:00
parent 36ae245ee6
commit be7edb96d6
5 changed files with 60 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const proxyConfig = {
// 系统代理配置
system: {
host: '127.0.0.1',
port: 7897,
port: process.env.PROXY_PORT ? parseInt(process.env.PROXY_PORT) : 7890,
protocol: 'http'
},