Fix: Update Sonar needed parameters
[oam/tr069-adapter.git] / mapper / src / test / resources / application.properties
1 # ============LICENSE_START========================================================================\r
2 # ONAP : tr-069-adapter\r
3 # =================================================================================================\r
4 # Copyright (C) 2020 CommScope Inc Intellectual Property.\r
5 # =================================================================================================\r
6 # This tr-069-adapter software file is distributed by CommScope Inc\r
7 # under the Apache License, Version 2.0 (the "License");\r
8 # you may not use this file except in compliance with the License.\r
9 # You may obtain a copy of the License at\r
10 #\r
11 # http://www.apache.org/licenses/LICENSE-2.0\r
12 #\r
13 # This file is distributed on an "AS IS" BASIS,\r
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
15 # See the License for the specific language governing permissions and\r
16 # limitations under the License.\r
17 # ===============LICENSE_END=======================================================================\r
18 \r
19 # Spring boot application properties\r
20 spring.application.name=mapper \r
21 server.port=${mapper}\r
22 config.requesTimeout=30\r
23 config.alarmMORegex=(.)*.FaultMgmt.ExpeditedEvent.(.)*\r
24 config.preConfigureOnPNP=true\r
25 config.sbiUri=http://tr069adapter-acs:9977/MapperService/initiateDeviceOperation\r
26 config.configDBUri=http://tr069adapter-acs-initialpnpdb:9000/getConfig/\r
27 config.nbiNotificationUri=http://tr069adapter-netconf-server:8181/netConfNotificationService/notification\r
28 config.nbiServerManagerUri=http://tr069adapter-netconf-server:8181/netConfServerManagerService\r
29 config.vesUri=http://tr069adapter-ves-notifier:9191/vesagent/deviceEvent\r
30 config.verConfigUri=http://tr069adapter-ves-notifier:9191/vesagent\r
31 config.netConfServerIP=10.211.5.55\r
32 config.netConfServerPort=17830\r
33 \r
34 ## Datasource properties\r
35 spring.datasource.driver-class-name=org.h2.Driver\r
36 spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1\r
37 spring.datasource.username=sa\r
38 spring.datasource.password=sa\r
39 spring.jpa.show-sql=true\r
40 spring.jpa.hibernate.ddl-auto=create\r