diff options
-rw-r--r-- | res/assembly.xml | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | res/initialize.sh | 0 | ||||
-rw-r--r-- | res/res/pub/config/config.py | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | res/run.sh | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | res/stop.sh | 0 |
5 files changed, 3 insertions, 2 deletions
diff --git a/res/assembly.xml b/res/assembly.xml index 1125ddd..0d768d0 100644 --- a/res/assembly.xml +++ b/res/assembly.xml @@ -26,6 +26,7 @@ <outputDirectory>/res</outputDirectory> <includes> <include>**/*.py</include> + <include>**/*.json</include> </includes> </fileSet> <fileSet> diff --git a/res/initialize.sh b/res/initialize.sh index 7ace382..7ace382 100644..100755 --- a/res/initialize.sh +++ b/res/initialize.sh diff --git a/res/res/pub/config/config.py b/res/res/pub/config/config.py index 597b857..e5c554a 100644 --- a/res/res/pub/config/config.py +++ b/res/res/pub/config/config.py @@ -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' diff --git a/res/run.sh b/res/run.sh index 451d6d7..d2ebe3c 100644..100755 --- a/res/run.sh +++ b/res/run.sh @@ -12,4 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -nohup python manage.py runserver 127.0.0.1:8803 > /dev/null & +nohup python manage.py runserver 127.0.0.1:8802 > /dev/null & diff --git a/res/stop.sh b/res/stop.sh index af83565..af83565 100644..100755 --- a/res/stop.sh +++ b/res/stop.sh |