page-proxy/app.config.json5
2025-03-11 12:54:37 +08:00

24 lines
487 B
Plaintext

{
api: {
host: 'http://localhost:4002', // 后台代理
path: '/api/router',
},
apiList: [
{
path: '/api/router',
target: 'http://localhost:4002',
},
{
path: '/api/v1',
target: 'http://localhost:3005',
},
],
proxy: {
port: 3005,
domain: 'kevisual.xiongxiao.me',
resources: 'https://minio.xiongxiao.me/resources',
allowedOrigins: ['localhost', 'xiongxiao.me', 'zxj.im', 'silkyai.cn'],
home: '/ai/chat',
},
}