Initial source code
[oam/tr069-adapter.git] / mapper / src / main / resources / application.properties
diff --git a/mapper/src/main/resources/application.properties b/mapper/src/main/resources/application.properties
new file mode 100644 (file)
index 0000000..0a5657e
--- /dev/null
@@ -0,0 +1,31 @@
+# ============LICENSE_START========================================================================\r
+# ONAP : tr-069-adapter\r
+# =================================================================================================\r
+# Copyright (C) 2020 CommScope Inc Intellectual Property.\r
+# =================================================================================================\r
+# This tr-069-adapter software file is distributed by CommScope Inc\r
+# under the Apache License, Version 2.0 (the "License");\r
+# you may not use this file except in compliance with the License.\r
+# You may obtain a copy of the License at\r
+#\r
+# http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
+# This file is distributed on an "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+# See the License for the specific language governing permissions and\r
+# limitations under the License.\r
+# ===============LICENSE_END=======================================================================\r
+\r
+# Spring boot application properties\r
+spring.application.name=tr069adapter-netconfig-mapper\r
+server.port=${MAPPER_REST_PORT}\r
+config.requesTimeout=${REQUEST_TIMEOUT}\r
+config.alarmMORegex=${ALARM_MO_REGEX}\r
+config.preConfigureOnPNP=${preConfigureOnPNP}\r
+config.sbiUri=http://${SBI_REST_HOST}:${SBI_REST_PORT}/MapperService/initiateDeviceOperation\r
+config.configDBUri=http://${CONFIG_DB_REST_HOST}:${CONFIG_DB_REST_PORT}/getConfig/\r
+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.netConfServerIP=${netConfServerIP};\r
+config.netConfServerPort=${netConfServerPort};\r