diff --git a/app.config.json5 b/app.config.json5 deleted file mode 100644 index a19ebb6..0000000 --- a/app.config.json5 +++ /dev/null @@ -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', - }, -} diff --git a/app.config.json5.example b/app.config.json5.example deleted file mode 100644 index b65cadf..0000000 --- a/app.config.json5.example +++ /dev/null @@ -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', -}