tests/wamp/project_files/wampconf.json
author Edouard Tisserant
Wed, 04 Jul 2018 14:17:00 +0200
branchnevow_service_rework
changeset 2211 46447d99e5f9
parent 2206 1e397afc36a9
child 2218 7a4deed94eb2
permissions -rw-r--r--
Merged #2486, enhancements to WAMP client : auto reconnecting, wamp conf checking and saving, additional attributes for exposed calls, etc
{
    "ID": "wamptest", 
    "active": true, 
    "key": "ABCDEFGHIJ", 
    "password": "1234567890", 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "url": "ws://127.0.0.1:8888"
}