summaryrefslogtreecommitdiffstats
path: root/standalone
diff options
context:
space:
mode:
authorLizi <li.zi30@zte.com.cn>2018-02-07 01:24:05 +0000
committerLizi <li.zi30@zte.com.cn>2018-02-07 01:27:27 +0000
commitb595576737ce9cf1b1e1db3589f549ca36bc73f6 (patch)
tree31898e24500279d12f90c1fddec12b9a21b1f530 /standalone
parenta1b75c86ea8a32971a8bef5f75167569b69f5fb6 (diff)
Fix the bug about register MSB.
When register service to MSB, esr-server still will register to MSB automaticly Change-Id: I69769906e87e6b8c9658b05de60af45ed2b47e82 Issue-ID: AAI-738 Signed-off-by: Lizi <li.zi30@zte.com.cn>
Diffstat (limited to 'standalone')
-rw-r--r--standalone/src/main/assembly/conf/extsys.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/src/main/assembly/conf/extsys.yml b/standalone/src/main/assembly/conf/extsys.yml
index af28302..41faea9 100644
--- a/standalone/src/main/assembly/conf/extsys.yml
+++ b/standalone/src/main/assembly/conf/extsys.yml
@@ -19,9 +19,9 @@ template: Hello, %s!
#defaultName: ${DW_DEFAULT_NAME:-Stranger}
# the micro service ip
serviceIp: 127.0.0.1
-msbDiscoveryIp: 10.74.148.80
+msbDiscoveryIp: 127.0.0.1
msbDiscoveryPort: 10081
-msbServerAddr: http://10.74.148.80:80
+msbServerAddr: http://127.0.0.1:80
registByHand: true
# use the simple server factory if you only want to run on a single port