tests/wamp/project_files/wampconf.json
author dporopat <denis.poropat@smarteh.si>
Tue, 05 Jun 2018 15:29:58 +0200
branch#2486
changeset 2207 c27b820cb96b
parent 2206 1e397afc36a9
child 2218 7a4deed94eb2
permissions -rw-r--r--
#2486 Exception if custom protocol options are wrong.
{
    "ID": "wamptest", 
    "active": true, 
    "key": "ABCDEFGHIJ", 
    "password": "1234567890", 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "url": "ws://127.0.0.1:8888"
}