diff options
Diffstat (limited to 'rulemgt-standalone/src')
-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 |