diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-06 17:53:51 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-06 17:53:51 +0800 |
commit | 8abc672e7368792cf8705e8f2ad48b28a9d4864d (patch) | |
tree | 78d48d9a4caaa2638e2a69fba0dd6e5f3fdf5ee9 /engine-d-standalone/src/main/assembly | |
parent | cabd7d8e1edc35c7078425c87c8127a30ab5c47b (diff) |
Change the API Path
Change the API path from onapapi to api
Change-Id: I62ee0a3d4e4b24de5aa40d4ca8bb92e6e78d9d1d
Issue-ID: HOLMES-39
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d-standalone/src/main/assembly')
-rw-r--r-- | engine-d-standalone/src/main/assembly/conf/engine-d.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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
|