diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-06 17:52:01 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-06 20:23:27 +0800 |
commit | 99db451cbc9ddabc1085e4734ce3ea8ed0d83b61 (patch) | |
tree | ffd637f84d6854167dbc9c0002fb76f1e6e2277f /rulemgt-standalone/src/main/assembly/conf/rulemgt.yml | |
parent | d1876e4be7d974f5d326ca5d34fcc15bb5671ec4 (diff) |
Change the API Path
Change the API path from onapapi to api
Change-Id: Ie607942ce1554f0e3bb0abf72c3ed6a2d54dacc9
Issue-ID: HOLMES-39
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/conf/rulemgt.yml')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/conf/rulemgt.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml index 0b9a24a..29d56d7 100644 --- a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml +++ b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml @@ -9,7 +9,7 @@ apidescription: ZTE Holmes rule Management rest API server: type: simple - rootPath: '/onapapi/holmes-rule-mgmt/v1/*' + rootPath: '/api/holmes-rule-mgmt/v1/*' applicationContextPath: / adminContextPath: /admin connector: @@ -50,7 +50,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 |