author | dporopat <denis.poropat@smarteh.si> |
Wed, 18 Apr 2018 10:42:33 +0200 | |
branch | #2486 |
changeset 2201 | 4e511f5aad19 |
parent 2196 | 9017e830ae70 |
child 2203 | c8a32ad27c0a |
permissions | -rw-r--r-- |
1444 | 1 |
{ |
2 |
"url":"ws://127.0.0.1:8888", |
|
3 |
"realm":"Automation", |
|
4 |
"ID":"wamptest", |
|
5 |
"password":"1234567890", |
|
2195
2cef75d036c2
#2486 Added option to use websocket protocol options.
dporopat <denis.poropat@smarteh.si>
parents:
1444
diff
changeset
|
6 |
"key":"ABCDEFGHIJ", |
2196
9017e830ae70
#2486 Added option to use websocket register options. Added function getValidOptins to read options from wampconf.json.
dporopat <denis.poropat@smarteh.si>
parents:
2195
diff
changeset
|
7 |
"protocolOptions":{"autoPingTimeout":20, "autoPingInterval":60}, |
9017e830ae70
#2486 Added option to use websocket register options. Added function getValidOptins to read options from wampconf.json.
dporopat <denis.poropat@smarteh.si>
parents:
2195
diff
changeset
|
8 |
"registerOptions":{"match":"exact", "invoke":"last", "concurrency": 2} |
1444 | 9 |
} |