tests/wamp/project_files/wampconf.json
author Edouard Tisserant
Mon, 29 Oct 2018 11:33:36 +0100
changeset 2324 1cf3768ebf85
parent 2218 7a4deed94eb2
permissions -rw-r--r--
Automatically get PSK and ID when connecting to PYRO[S], so that future connection through PYROS can use that same key. Also fixed case to UPPER for *PSK.
{
    "ID": "wamptest", 
    "active": true, 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "url": "ws://127.0.0.1:8888"
}