tests/wamp/project_files/wampconf.json
branchnevow_service_rework
changeset 2211 46447d99e5f9
parent 2206 1e397afc36a9
child 2218 7a4deed94eb2
equal deleted inserted replaced
2210:81949104291d 2211:46447d99e5f9
     1 {
     1 {
     2     "url":"ws://127.0.0.1:8888",
     2     "ID": "wamptest", 
     3     "realm":"Automation",
     3     "active": true, 
     4     "ID":"wamptest",
     4     "key": "ABCDEFGHIJ", 
     5     "password":"1234567890",
     5     "password": "1234567890", 
     6     "key":"ABCDEFGHIJ"
     6     "protocolOptions": {
       
     7         "autoPingInterval": 60, 
       
     8         "autoPingTimeout": 20
       
     9     }, 
       
    10     "realm": "Automation", 
       
    11     "url": "ws://127.0.0.1:8888"
     7 }
    12 }