tests/wamp/project_files/wampconf.json
author dporopat <denis.poropat@smarteh.si>
Fri, 18 May 2018 11:05:49 +0200
branch#2486
changeset 2206 1e397afc36a9
parent 2204 25dafeb98b55
child 2218 7a4deed94eb2
permissions -rw-r--r--
#2486 ExposedCalls with register options as a dictionary.
{
    "ID": "wamptest", 
    "active": true, 
    "key": "ABCDEFGHIJ", 
    "password": "1234567890", 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "url": "ws://127.0.0.1:8888"
}