summaryrefslogtreecommitdiffstats
path: root/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml
diff options
context:
space:
mode:
authorYiLi <li.yi101@zte.com.cn>2018-02-27 15:26:41 +0800
committerYiLi <li.yi101@zte.com.cn>2018-02-27 17:45:43 +0800
commitd2e0902630ccf06bb466360e036212f5060b9055 (patch)
tree6d87843690537bbd90b5577e0f8e489fbe268ad4 /rulemgt-standalone/src/main/assembly/conf/rulemgt.yml
parent4be2442687589c409a469188696d7605979881ee (diff)
Replace Jackson with GSON
Change-Id: Ifffe7aca1116e2706d66ecb682697df521785b57 Issue-ID: HOLMES-115 Signed-off-by: YiLi <li.yi101@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/conf/rulemgt.yml')
-rw-r--r--rulemgt-standalone/src/main/assembly/conf/rulemgt.yml2
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 29d56d7..3c94fa7 100644
--- a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml
+++ b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml
@@ -50,7 +50,7 @@ database:
driverClass: org.postgresql.Driver
user: holmes
password: holmespwd
- url: jdbc:postgresql://10.74.156.206:5432/holmes
+ url: jdbc:postgresql://10.96.33.33:5432/holmes
properties:
charSet: UTF-8
maxWaitForConnection: 1s