page-proxy/app.config.json5

14 lines
308 B
Plaintext

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