From 50fab1e6df7d4438d8f8a9b7f9cb0d9f83f50402 Mon Sep 17 00:00:00 2001 From: xion Date: Wed, 26 Mar 2025 01:18:50 +0800 Subject: [PATCH] clear --- app.config.json5 | 23 ----------------------- app.config.json5.example | 10 ---------- 2 files changed, 33 deletions(-) delete mode 100644 app.config.json5 delete mode 100644 app.config.json5.example 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', -}