From 8abc672e7368792cf8705e8f2ad48b28a9d4864d Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Wed, 6 Sep 2017 17:53:51 +0800 Subject: Change the API Path Change the API path from onapapi to api Change-Id: I62ee0a3d4e4b24de5aa40d4ca8bb92e6e78d9d1d Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu --- engine-d-standalone/src/main/assembly/conf/engine-d.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine-d-standalone/src') diff --git a/engine-d-standalone/src/main/assembly/conf/engine-d.yml b/engine-d-standalone/src/main/assembly/conf/engine-d.yml index 06f1913..ff3201b 100644 --- a/engine-d-standalone/src/main/assembly/conf/engine-d.yml +++ b/engine-d-standalone/src/main/assembly/conf/engine-d.yml @@ -15,7 +15,7 @@ # server: type: simple - rootPath: '/onapapi/holmes-engine-mgmt/v1/*' + rootPath: '/api/holmes-engine-mgmt/v1/*' applicationContextPath: / adminContextPath: /admin connector: @@ -52,7 +52,7 @@ database: driverClass: org.postgresql.Driver user: holmes password: holmespwd - url: jdbc:postgresql://169.254.59.196:5432/holmes + url: jdbc:postgresql://10.74.156.206:5432/holmes properties: charSet: UTF-8 maxWaitForConnection: 1s @@ -64,7 +64,7 @@ database: minIdleTime: 1s mqConfig: - brokerIp: 127.0.0.1 + brokerIp: 10.74.156.206 brokerPort: 61616 brokerUsername: activemq brokerPassword: v1 -- cgit 1.2.3-korg