Merge "VES Heartbeat and Software Management Feature"
[oam/tr069-adapter.git] / mapper / src / main / resources / application.properties
index 0a5657e..c5c974f 100644 (file)
@@ -27,5 +27,16 @@ config.configDBUri=http://${CONFIG_DB_REST_HOST}:${CONFIG_DB_REST_PORT}/getConfi
 config.nbiNotificationUri=http://${NBI_REST_HOST}:${NBI_REST_PORT}/netConfNotificationService/notification\r
 config.nbiServerManagerUri=http://${NBI_REST_HOST}:${NBI_REST_PORT}/netConfServerManagerService\r
 config.vesUri=http://${VES_REST_HOST}:${VES_REST_PORT}/vesagent/deviceEvent\r
+config.verConfigUri=http://${VES_REST_HOST}:${VES_REST_PORT}/vesagent\r
 config.netConfServerIP=${netConfServerIP};\r
 config.netConfServerPort=${netConfServerPort};\r
+\r
+## Datasource properties\r
+spring.datasource.platform=mariadb\r
+spring.datasource.initialization-mode=always\r
+spring.jpa.hibernate.ddl-auto=none\r
+spring.datasource.username=${DB_USERNAME}\r
+spring.datasource.password=${DB_PASSWORD}\r
+spring.datasource.url=jdbc:mariadb://${DB_SERVICE}:3306/${DB_NAME}\r
+spring.datasource.driver-class-name=org.mariadb.jdbc.Driver\r
+spring.jpa.show-sql=true\r