lucas
2 months ago
5 changed files with 41 additions and 38 deletions
@ -0,0 +1,20 @@ |
|||
{ |
|||
"consumer": "consumerHttpProxy", |
|||
"ioConfig": { |
|||
"in": { |
|||
"apiServer": { |
|||
"port": 7000, |
|||
"userName": "anQuanDai", |
|||
"password": "123", |
|||
"routes": { |
|||
"route1": "POST /upload/work/ABStatus", |
|||
"route2": "POST /upload/work/ABHeart" |
|||
} |
|||
} |
|||
}, |
|||
"out": { |
|||
"url": "http://127.0.0.1:4009/write", |
|||
"method": "post" |
|||
} |
|||
} |
|||
} |
@ -1,20 +0,0 @@ |
|||
{ |
|||
"consumer": "consumerHttpProxy", |
|||
"ioConfig": { |
|||
"in": { |
|||
"httpServer": { |
|||
"port": 19700, |
|||
"userName": "goInOut", |
|||
"password": "", |
|||
"routes": [ |
|||
"upload/uds/+", |
|||
"upload/ZD/+" |
|||
] |
|||
} |
|||
}, |
|||
"out": { |
|||
"url": "http://127.0.0.1:4009/write?u=mingyuexia_wkd&p=mingyuexia_wkd&db=MingYueXia_Bridge&rp=autogen", |
|||
"method": "post" |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue