tests/wamp/project_files/wampconf.json
branchnevow_service_rework
changeset 2211 46447d99e5f9
parent 2206 1e397afc36a9
child 2218 7a4deed94eb2
--- a/tests/wamp/project_files/wampconf.json	Wed Jul 04 14:10:03 2018 +0200
+++ b/tests/wamp/project_files/wampconf.json	Wed Jul 04 14:17:00 2018 +0200
@@ -1,7 +1,12 @@
 {
-    "url":"ws://127.0.0.1:8888",
-    "realm":"Automation",
-    "ID":"wamptest",
-    "password":"1234567890",
-    "key":"ABCDEFGHIJ"
+    "ID": "wamptest", 
+    "active": true, 
+    "key": "ABCDEFGHIJ", 
+    "password": "1234567890", 
+    "protocolOptions": {
+        "autoPingInterval": 60, 
+        "autoPingTimeout": 20
+    }, 
+    "realm": "Automation", 
+    "url": "ws://127.0.0.1:8888"
 }