tests/wamp/project_files/wampconf.json
branch#2486
changeset 2204 25dafeb98b55
parent 2203 c8a32ad27c0a
child 2206 1e397afc36a9
--- a/tests/wamp/project_files/wampconf.json	Wed May 09 09:59:53 2018 +0200
+++ b/tests/wamp/project_files/wampconf.json	Mon May 14 08:45:44 2018 +0200
@@ -1,10 +1,17 @@
 {
-    "active": true,
-    "url":"ws://127.0.0.1:8888",
-    "realm":"Automation",
-    "ID":"wamptest",
-    "password":"1234567890",
-    "key":"ABCDEFGHIJ",
-    "protocolOptions":{"autoPingTimeout":20, "autoPingInterval":60},
-    "registerOptions":{"match":"exact", "invoke":"last", "concurrency": 2}
+    "ID": "wamptest", 
+    "active": true, 
+    "key": "ABCDEFGHIJ", 
+    "password": "1234567890", 
+    "protocolOptions": {
+        "autoPingInterval": 60, 
+        "autoPingTimeout": 20
+    }, 
+    "realm": "Automation", 
+    "registerOptions": {
+        "concurrency": 2, 
+        "invoke": "last", 
+        "match": "exact"
+    }, 
+    "url": "ws://127.0.0.1:8888"
 }