Allow Lighty build to listen to alternative ports
[transportpce.git] / lighty / src / main / assembly / resources / config_template.json
diff --git a/lighty/src/main/assembly/resources/config_template.json b/lighty/src/main/assembly/resources/config_template.json
new file mode 100644 (file)
index 0000000..a16c4a9
--- /dev/null
@@ -0,0 +1,7 @@
+{
+    "restconf":{
+        "inetAddress": "127.0.0.1",
+        "httpPort": ODL_RESTCONF_PORT,
+        "webSocketPort": ODL_WEBSOCKET_PORT
+    }
+}