This commit is contained in:
编码猿
2025-08-29 22:03:56 +08:00
parent 5ddcc17391
commit 0df7fa4d45
21 changed files with 83 additions and 376 deletions

View File

@@ -4,17 +4,17 @@ export default {
name: 'gateway',
id: 'gateway_id',
tags: ['Api 网关'],
address: '192.168.31.203',
address: '192.168.31.8',
port: 8080
},
{
name: 'user',
id: 'user_id',
tags: ['user模块', '登录'],
address: '192.168.31.203',
address: '192.168.31.8',
port: 3002,
check: {
http: 'http://192.168.31.203:3002/user/health',
http: 'http://192.168.31.8:3002/user/health',
interval: '10s',
timeout: '5s',
notes: '服务正常',
@@ -24,10 +24,10 @@ export default {
name: 'articles',
id: 'articles_id',
tags: ['articles模块', '文章'],
address: '192.168.31.203',
address: '192.168.31.8',
port: 3003,
check: {
http: 'http://192.168.31.203:3003/articles/health',
http: 'http://192.168.31.8:3003/articles/health',
interval: '10s',
timeout: '5s',
notes: '服务正常',