tests/wamp/project_files/wampconf.json
author Edouard Tisserant
Thu, 05 Jul 2018 13:44:54 +0200
branchnevow_service_rework
changeset 2213 73b7034693b9
parent 2206 1e397afc36a9
child 2218 7a4deed94eb2
permissions -rw-r--r--
Better logging of Nevow Server import in case of exception.
{
    "ID": "wamptest", 
    "active": true, 
    "key": "ABCDEFGHIJ", 
    "password": "1234567890", 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "url": "ws://127.0.0.1:8888"
}