tests/wamp/project_files/wampconf.json
branch#2486
changeset 2196 9017e830ae70
parent 2195 2cef75d036c2
child 2203 c8a32ad27c0a
equal deleted inserted replaced
2195:2cef75d036c2 2196:9017e830ae70
     2     "url":"ws://127.0.0.1:8888",
     2     "url":"ws://127.0.0.1:8888",
     3     "realm":"Automation",
     3     "realm":"Automation",
     4     "ID":"wamptest",
     4     "ID":"wamptest",
     5     "password":"1234567890",
     5     "password":"1234567890",
     6     "key":"ABCDEFGHIJ",
     6     "key":"ABCDEFGHIJ",
     7     "protocolOptions":{"autoPingTimeout":20, "autoPingInterval":60}
     7     "protocolOptions":{"autoPingTimeout":20, "autoPingInterval":60},
       
     8     "registerOptions":{"match":"exact", "invoke":"last", "concurrency": 2}
     8 }
     9 }