Merge "Add code of delete resources"
authoryunlong ying <ying.yunlong@zte.com.cn>
Sat, 25 Feb 2017 06:57:08 +0000 (06:57 +0000)
committerGerrit Code Review <gerrit@open-o.org>
Sat, 25 Feb 2017 06:57:08 +0000 (06:57 +0000)
lcm/assembly.xml
lcm/lcm/pub/config/config.py

index b195400..e826c1a 100644 (file)
@@ -26,6 +26,7 @@
             <outputDirectory>/lcm</outputDirectory>
             <includes>
                 <include>**/*.py</include>
+                <include>**/*.json</include>
             </includes>
         </fileSet>
         <fileSet>
index f603178..b625255 100644 (file)
@@ -15,7 +15,7 @@ import os
 
 # [MSB]
 MSB_SERVICE_IP = '127.0.0.1'
-MSB_SERVICE_PORT = '10080'
+MSB_SERVICE_PORT = '80'
 
 # [REDIS]
 REDIS_HOST = '127.0.0.1'