Change the DB from MySQL to PostgreSQL
[holmes/engine-management.git] / engine-d-standalone / src / main / assembly / conf / engine-d.yml
index 66597d9..06f1913 100644 (file)
@@ -15,7 +15,7 @@
 #\r
 server:\r
   type: simple\r
-  rootPath: '/api/holmes-engine/v1/*'\r
+  rootPath: '/onapapi/holmes-engine-mgmt/v1/*'\r
   applicationContextPath: /\r
   adminContextPath: /admin\r
   connector:\r
@@ -49,10 +49,10 @@ logging:
 \r
 \r
 database:\r
-  driverClass: com.mysql.jdbc.Driver\r
+  driverClass: org.postgresql.Driver\r
   user: holmes\r
-  password: holmes\r
-  url: jdbc:mysql://10.74.156.206:3306/holmes\r
+  password: holmespwd\r
+  url: jdbc:postgresql://169.254.59.196:5432/holmes\r
   properties:\r
     charSet: UTF-8\r
   maxWaitForConnection: 1s\r
@@ -68,7 +68,3 @@ mqConfig:
   brokerPort: 61616\r
   brokerUsername: activemq\r
   brokerPassword: v1\r
-\r
-msbServerAddr: http://127.0.0.1:80\r
-\r
-\r