This commit is contained in:
xion 2025-03-26 01:18:50 +08:00
parent f4af7d5c7f
commit 50fab1e6df
2 changed files with 0 additions and 33 deletions

View File

@ -1,23 +0,0 @@
{
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',
},
}

View File

@ -1,10 +0,0 @@
{
port: 3005,
api: {
host: 'localhost:3000', // 后台代理
path: '/api/router',
},
allowedOrigins: ['localhost', 'xiongxiao.me', 'zxj.im'],
domain: 'demo.kevisual.xiongxiao.me',
resources: 'localhost:9000/resources',
}