Added forgotten wampconf.json in tests/wamp
authorEdouard Tisserant
Mon, 09 Feb 2015 13:38:00 +0100
changeset 1444 c162f1b0fbac
parent 1443 ff8a22d45c44
child 1445 e25479e3fe11
Added forgotten wampconf.json in tests/wamp
tests/wamp/project_files/wampconf.json
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/wamp/project_files/wampconf.json	Mon Feb 09 13:38:00 2015 +0100
@@ -0,0 +1,7 @@
+{
+    "url":"ws://127.0.0.1:8888",
+    "realm":"Automation",
+    "ID":"wamptest",
+    "password":"1234567890",
+    "key":"ABCDEFGHIJ"
+}