233
This commit is contained in:
@@ -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: '服务正常',
|
||||
|
||||
Reference in New Issue
Block a user