VES Heartbeat and Software Management Feature
[oam/tr069-adapter.git] / mapper / src / test / resources / application.properties
index aaa7217..9223bf1 100644 (file)
@@ -27,5 +27,14 @@ config.configDBUri=http://tr069adapter-acs-initialpnpdb:9000/getConfig/
 config.nbiNotificationUri=http://tr069adapter-netconf-server:8181/netConfNotificationService/notification\r
 config.nbiServerManagerUri=http://tr069adapter-netconf-server:8181/netConfServerManagerService\r
 config.vesUri=http://tr069adapter-ves-notifier:9191/vesagent/deviceEvent\r
+config.verConfigUri=http://tr069adapter-ves-notifier:9191/vesagent\r
 config.netConfServerIP=10.211.5.55\r
 config.netConfServerPort=17830\r
+\r
+## Datasource properties\r
+spring.datasource.driver-class-name=org.h2.Driver\r
+spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1\r
+spring.datasource.username=sa\r
+spring.datasource.password=sa\r
+spring.jpa.show-sql=true\r
+spring.jpa.hibernate.ddl-auto=create\r