tests/projects/wamp/project_files/wampconf.json
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 13 Feb 2022 20:53:00 +0100
branchwxPython4
changeset 3423 84afcc0ebadd
parent 3416 53c66c4aefa3
child 4119 766f3e0e7277
permissions -rw-r--r--
IDE: Add -l or --log command line parameter to give a file where all content witten to console window will be appended. File can be /dev/stdout.
{
    "ID": "wamptest", 
    "active": true, 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "url": "ws://127.0.0.1:8888"
}