diff options
author | youbowu <wu.youbo@zte.com.cn> | 2017-03-02 19:32:08 +0800 |
---|---|---|
committer | 6092002067 <wu.youbo@zte.com.cn> | 2017-03-02 19:32:08 +0800 |
commit | 87977cab6fd3f99eb014a9889015793b3fc43290 (patch) | |
tree | 076bde1f08ca966e56135c8bbef5e8bb5c9aa5e6 | |
parent | 26c0c7d95d39031ba877be193bcf75eb7ea9f8e2 (diff) |
Modify server port
Change-Id: I7accd8ac395602b442a0e38abbfe5d245776d0f7
Issue-ID:HOLMES-47
Signed-off-by: youbowu <wu.youbo@zte.com.cn>
-rw-r--r-- | rulemgt-standalone/src/main/assembly/conf/rulemgt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml index 7b8b883..9551eb5 100644 --- a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml +++ b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml @@ -14,7 +14,7 @@ server: adminContextPath: /admin connector: type: http - port: 12004 + port: 9101 # Logging settings. logging: |