diff options
author | lizi <li.zi30@zte.com.cn> | 2017-09-30 11:21:00 +0800 |
---|---|---|
committer | lizi <li.zi30@zte.com.cn> | 2017-09-30 11:21:00 +0800 |
commit | f88509cc81960669e96202f91274666370290a20 (patch) | |
tree | fd9e40187402c8ddad970a4048d546c839dc3bc6 /integration | |
parent | b2a98df1fcee69ccfbab37774a9bc3152529242f (diff) |
Change the esr-gui server port.
Change-Id: I901e8debbeb49a9fc0fd63b2353063c792f4c2bf
Issue-ID: AAI-407
Signed-off-by: lizi <li.zi30@zte.com.cn>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/src/main/resources/portalConfig/msb_register.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/src/main/resources/portalConfig/msb_register.xml b/integration/src/main/resources/portalConfig/msb_register.xml index 3cb059f..df44754 100644 --- a/integration/src/main/resources/portalConfig/msb_register.xml +++ b/integration/src/main/resources/portalConfig/msb_register.xml @@ -23,7 +23,7 @@ <registerList> <registerInfo> <ip>127.0.0.1</ip> - <port>9519</port> + <port>8080</port> <url>/esr-gui</url> <path>/iui/aai-esr-gui</path> <serviceName>aai-esr-gui</serviceName> |