diff options
author | youbowu <wu.youbo@zte.com.cn> | 2017-03-07 16:11:59 +0800 |
---|---|---|
committer | 6092002067 <wu.youbo@zte.com.cn> | 2017-03-07 16:11:59 +0800 |
commit | 00fb528d6e90ccecc898db11ff1a1b485771ffcb (patch) | |
tree | 836d5a51d60affbb4d6c7c9566a4f49d3a2c7f66 /rulemgt-standalone/src/main | |
parent | 8aca002a94da80fbd4c4e65310e19f97e8eec00b (diff) |
Modify msbServerAddr
Issue-ID:HOLMES-47
Change-Id: I5be753f7a457830e6772bf43f61550ff87ebdd24
Signed-off-by: youbowu <wu.youbo@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/src/main')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/conf/rulemgt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml index 9551eb5..9817ef9 100644 --- a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml +++ b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml @@ -61,4 +61,4 @@ database: evictionInterval: 10s minIdleTime: 1s # the micro service ip -msbServerAddr: http://127.0.0.1:80 +msbServerAddr: http://10.250.0.3:9102 |