From 87977cab6fd3f99eb014a9889015793b3fc43290 Mon Sep 17 00:00:00 2001 From: youbowu Date: Thu, 2 Mar 2017 19:32:08 +0800 Subject: Modify server port Change-Id: I7accd8ac395602b442a0e38abbfe5d245776d0f7 Issue-ID:HOLMES-47 Signed-off-by: youbowu --- rulemgt-standalone/src/main/assembly/conf/rulemgt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit 1.2.3-korg