tests/wamp/project_files/wampconf.json
author dporopat <denis.poropat@smarteh.si>
Wed, 11 Apr 2018 10:53:48 +0200
branch#2486
changeset 2199 8fd73c6c8aa9
parent 2196 9017e830ae70
child 2203 c8a32ad27c0a
permissions -rw-r--r--
#2486 Fix if protocol, register options are not present in wapmconf.json file.
{
    "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}
}