Change HTTP Requests into HTTPS Ones
[holmes/rule-management.git] / rulemgt-standalone / src / main / assembly / conf / rulemgt.yml
index 91d6eb4..b0a934b 100644 (file)
@@ -9,12 +9,16 @@ apidescription: ZTE Holmes rule Management rest API
 
 server:
   type: simple
-  rootPath:  '/api/correlation-mgt/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,11 +51,10 @@ logging:
 
 #database
 database:
-  driverClass: com.mysql.jdbc.Driver
-  user: root
-  password: root
-  #url: jdbc:mysql://${db_ip}:${db_port}/mysql?useUnicode=relationtesttrue&characterEncoding=UTF8
-  url: jdbc:mysql://localhost:3306/relationtest?useUnicode=true&characterEncoding=UTF8
+  driverClass: org.postgresql.Driver
+  user: holmes
+  password: holmespwd
+  url: jdbc:postgresql://10.96.33.33:5432/holmes
   properties:
     charSet: UTF-8
   maxWaitForConnection: 1s
@@ -61,67 +64,3 @@ database:
   checkConnectionWhileIdle: false
   evictionInterval: 10s
   minIdleTime: 1s
-  #dbServiceName: dbService
- # dbServiceVersion: v1
-
-#mqConfig:
-#  brokerIp: 127.0.0.1
-#  brokerPort: 61616
-#  autoDiscover: false
-#  mqServiceName: activemq
-#  mqServiceVersion: v1
-#
-#cacheConfig:
-#  cacheServerIp: 10.74.156.206
-#  cacheServerPort: 27017
-#  autoDiscover: false
-#  cacheServiceName: mongodbService
-#  cacheServiceVersion: v1
-#  asNamespace: zenap
-#  type: mongodb
-#  userName: zenap
-#  password: zenap
-#
-# the micro service ip
-
-#msbClientConfig:
- # msbSvrIp: 10.74.156.206
- # msbSvrPort: 10081
-
-#kafkaClientConf:
-#  bootstrapServers: 10.74.151.190:9092
-#  autoDiscover: true
-#  kafkaServiceName: kafka
-#  kafkaServiceVersion: v1
-#  consumerConf:
-#    properties:
-#      value.deserializer: org.apache.kafka.common.serialization.StringDeserializer
-#  producerConf:
-#    properties:
-#      value.serializer: org.apache.kafka.common.serialization.StringSerializer
-#
-#zkConfig:
-#  connectString: 10.74.151.195:2181
-#  retryPolicy:
-#    type: boundedExponentialBackoff
-#    baseSleepTimeMs: 50
-#    maxSleepTimeMs: 500
-#    maxRetries: 3
-#  sessionTimeout: 60
-#  connectionTimeout: 15
-#    autoDiscover: true
-#  zkServiceName: zk
-#  zkServiceVersion: v1
-#
-#ftpServiceConfig:
-#  type: ftp
-#  pasv: false
-#  userName: uep
-#  userPassword: U_tywg_2008_ftp
-#  ftpServerAddress: 10.74.148.251
-#  ftpServerPort: 20021
-#  ftpsServerAddress: 10.74.148.251
-#  ftpsServerPort: 20021
-#  sftpServerAddress: 10.74.148.251
-#  sftpServerPort: 20021
-#