X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-standalone%2Fsrc%2Fmain%2Fassembly%2Fconf%2Frulemgt.yml;h=b0a934ba8540558c9008c5fca62fdd52a8c89a85;hb=3a2c70f1ee024dbad4dc091d3105064641908e1d;hp=7b8b883818fc0808f3dfeafff65f017cb8565a8b;hpb=f45dd7c2bfdd592487852789313984a0d3309106;p=holmes%2Frule-management.git diff --git a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml index 7b8b883..b0a934b 100644 --- a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml +++ b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml @@ -9,12 +9,16 @@ apidescription: ZTE Holmes rule Management rest API server: type: simple - rootPath: '/api/holmes-rulemgt/v1/*' + rootPath: '/api/holmes-rule-mgmt/v1/*' applicationContextPath: / adminContextPath: /admin connector: - type: http - port: 12004 + type: https + port: 9101 + keyStorePath: /home/holmes/conf/holmes.keystore + keyStorePassword: holmes + validateCerts: false + validatePeers: false # Logging settings. logging: @@ -47,10 +51,10 @@ logging: #database database: - driverClass: com.mysql.jdbc.Driver - user: root - password: rootpass - url: jdbc:mysql://10.74.156.206:3306/holmes + driverClass: org.postgresql.Driver + user: holmes + password: holmespwd + url: jdbc:postgresql://10.96.33.33:5432/holmes properties: charSet: UTF-8 maxWaitForConnection: 1s @@ -60,5 +64,3 @@ database: checkConnectionWhileIdle: false evictionInterval: 10s minIdleTime: 1s -# the micro service ip -msbServerAddr: http://127.0.0.1:80