This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
var-proxy/app.config.json5.example
2025-02-20 23:28:43 +08:00

11 lines
241 B
Plaintext

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