diff options
Diffstat (limited to 'integration/src')
-rw-r--r-- | integration/src/main/resources/logback.xml | 4 | ||||
-rw-r--r-- | integration/src/main/resources/portalConfig/msb_register.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/integration/src/main/resources/logback.xml b/integration/src/main/resources/logback.xml index bf07d3b..31e6339 100644 --- a/integration/src/main/resources/logback.xml +++ b/integration/src/main/resources/logback.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <configuration debug="false" scan="true" scanPeriod="30 seconds"> - <property name="projectName" value="openoui"/> - <property name="logDir" value="../webapps/openoui/openoui_log"/> + <property name="projectName" value="onapui"/> + <property name="logDir" value="../webapps/onapui/onapui_log"/> <property name="maxHistory" value="30"/> <timestamp key="bySecond" datePattern="yyyyMMdd'T'HHmmss"/> diff --git a/integration/src/main/resources/portalConfig/msb_register.xml b/integration/src/main/resources/portalConfig/msb_register.xml index 82a0e7e..bf2b914 100644 --- a/integration/src/main/resources/portalConfig/msb_register.xml +++ b/integration/src/main/resources/portalConfig/msb_register.xml @@ -18,7 +18,7 @@ <msbHost> <hostIp>http://192.168.233.226</hostIp> <hostPort>80</hostPort> - <msbApiRootDomain>/openoapi/microservices/v1/services</msbApiRootDomain> + <msbApiRootDomain>/onapapi/microservices/v1/services</msbApiRootDomain> </msbHost> <registerList> <registerInfo> |