beremiz
Clone
Summary
Browse
Changes
Graph
Added forgotten wampconf.json in tests/wamp
2015-02-09, Edouard Tisserant
c162f1b0fbac
Parents
ff8a22d45c44
Children
e25479e3fe11
Added forgotten wampconf.json in tests/wamp
1 files changed, 7 insertions(+), 0 deletions(-)
+7
-0
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"
+}