From d2aba899cc2f680a31bb7c2816095d262bdd5fb5 Mon Sep 17 00:00:00 2001 From: yorn <1057707203@qq.com> Date: Fri, 19 Dec 2025 00:31:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=85=8D=E7=BD=AE=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E5=9C=A8nas=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config/api-config.ts | 8 ++++++++ ecosystemDev.config.cjs | 18 +++++++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/app/config/api-config.ts b/app/config/api-config.ts index abf38af..505c7d9 100644 --- a/app/config/api-config.ts +++ b/app/config/api-config.ts @@ -44,6 +44,14 @@ const portConfigs: Record> = { // 主要 // 梅州 '51703': { + + // baseUrl: 'http://nas.7bm.co:8073', + // documentUrl: 'http://nas.7bm.co:8073/docauditai/', + // uploadUrl: 'http://nas.7bm.co:8073/api/v2/documents', + // collaboraUrl: 'http://nas.7bm.co:9980', + // appUrl: 'http://nas.7bm.co:51703', + + // baseUrl: 'http://172.16.0.56:8073', // documentUrl: 'http://172.16.0.56:8073/docauditai/', // uploadUrl: 'http://172.16.0.56:8073/api/v2/documents', diff --git a/ecosystemDev.config.cjs b/ecosystemDev.config.cjs index bfa3311..a483e76 100644 --- a/ecosystemDev.config.cjs +++ b/ecosystemDev.config.cjs @@ -13,7 +13,7 @@ module.exports = { // './node_modules/.bin/remix-serve', // './node_modules/@remix-run/serve/dist/cli.js', // './build/server/index.js', - // '--port', '5183' + // '--port', '51703' ], instances: 1, autorestart: true, @@ -21,26 +21,26 @@ module.exports = { max_memory_restart: '1G', env: { NODE_ENV: 'testing', - PORT: 5183, + PORT: 51703, CLIENT_ID: 'meizhou', - API_PORT_CONFIG: '5183', + API_PORT_CONFIG: '51703', // 添加这些环境变量确保客户端能获取到 NEXT_PUBLIC_NODE_ENV: 'testing', - NEXT_PUBLIC_PORT: '5183', + NEXT_PUBLIC_PORT: '51703', NEXT_PUBLIC_CLIENT_ID: 'meizhou', - NEXT_PUBLIC_API_PORT_CONFIG: '5183', + NEXT_PUBLIC_API_PORT_CONFIG: '51703', OAUTH_CLIENT_SECRET: 'VYk1AC5XIJEfnEXwyq0u9JEY3fi3byCfSD58zANGeb' }, env_testing: { NODE_ENV: 'testing', - PORT: 5183, + PORT: 51703, CLIENT_ID: 'meizhou', - API_PORT_CONFIG: '5183', + API_PORT_CONFIG: '51703', // 添加这些环境变量确保客户端能获取到 NEXT_PUBLIC_NODE_ENV: 'testing', - NEXT_PUBLIC_PORT: '5183', + NEXT_PUBLIC_PORT: '51703', NEXT_PUBLIC_CLIENT_ID: 'meizhou', - NEXT_PUBLIC_API_PORT_CONFIG: '5183', + NEXT_PUBLIC_API_PORT_CONFIG: '51703', OAUTH_CLIENT_SECRET: 'VYk1AC5XIJEfnEXwyq0u9JEY3fi3byCfSD58zANGeb' }, error_file: './logs/meizhou-err.log',