Turn hard coded localhost:8080 into templates in the postman_collection files.
[netvirt.git] / resources / commons / localhost.json.postman_environment
diff --git a/resources/commons/localhost.json.postman_environment b/resources/commons/localhost.json.postman_environment
new file mode 100644 (file)
index 0000000..ce1c4f7
--- /dev/null
@@ -0,0 +1,17 @@
+{
+    "id": "855f06f8-9128-1a19-faf2-3af865f04061", 
+    "name": "localhost", 
+    "timestamp": 1396964904677, 
+    "values": [
+        {
+            "key": "controllerHost", 
+            "type": "text", 
+            "value": "localhost"
+        }, 
+        {
+            "key": "controllerPort", 
+            "type": "text", 
+            "value": "8080"
+        }
+    ]
+}