mcp-log-query-server 3.1.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.js +18 -0
- package/package.json +1 -1
package/config.js
CHANGED
|
@@ -314,6 +314,24 @@ export const SERVICES = {
|
|
|
314
314
|
logPath: '/www/logs/clife-senior-work-order-center-app/normal_logs',
|
|
315
315
|
logFile: 'normal.log',
|
|
316
316
|
aliases: ['work-order-center', 'work-order', '工单中心', '工单']
|
|
317
|
+
},
|
|
318
|
+
'clife-senior-station-assistant-bff': {
|
|
319
|
+
name: 'clife-senior-station-assistant-bff',
|
|
320
|
+
description: '养老驿站助手BFF服务',
|
|
321
|
+
namespace: 'saas-itest',
|
|
322
|
+
podPattern: 'clife-senior-station-assistant-bff-app',
|
|
323
|
+
logPath: '/www/logs/clife-senior-station-assistant-bff-app/normal_logs',
|
|
324
|
+
logFile: 'normal.log',
|
|
325
|
+
aliases: ['station-assistant-bff', 'station-assistant', '驿站助手', '驿站BFF']
|
|
326
|
+
},
|
|
327
|
+
'clife-senior-third-bff': {
|
|
328
|
+
name: 'clife-senior-third-bff',
|
|
329
|
+
description: '养老第三方BFF服务',
|
|
330
|
+
namespace: 'saas-itest',
|
|
331
|
+
podPattern: 'clife-senior-third-bff-app',
|
|
332
|
+
logPath: '/www/logs/clife-senior-third-bff-app/normal_logs',
|
|
333
|
+
logFile: 'normal.log',
|
|
334
|
+
aliases: ['third-bff', '第三方BFF']
|
|
317
335
|
}
|
|
318
336
|
};
|
|
319
337
|
|