tests/wamp/project_files/wampconf.json
branch#2486
changeset 2204 25dafeb98b55
parent 2203 c8a32ad27c0a
child 2206 1e397afc36a9
equal deleted inserted replaced
2203:c8a32ad27c0a 2204:25dafeb98b55
     1 {
     1 {
     2     "active": true,
     2     "ID": "wamptest", 
     3     "url":"ws://127.0.0.1:8888",
     3     "active": true, 
     4     "realm":"Automation",
     4     "key": "ABCDEFGHIJ", 
     5     "ID":"wamptest",
     5     "password": "1234567890", 
     6     "password":"1234567890",
     6     "protocolOptions": {
     7     "key":"ABCDEFGHIJ",
     7         "autoPingInterval": 60, 
     8     "protocolOptions":{"autoPingTimeout":20, "autoPingInterval":60},
     8         "autoPingTimeout": 20
     9     "registerOptions":{"match":"exact", "invoke":"last", "concurrency": 2}
     9     }, 
       
    10     "realm": "Automation", 
       
    11     "registerOptions": {
       
    12         "concurrency": 2, 
       
    13         "invoke": "last", 
       
    14         "match": "exact"
       
    15     }, 
       
    16     "url": "ws://127.0.0.1:8888"
    10 }
    17 }