tests/wamp/.crossbar/config.json
changeset 1440 e8daabf2c438
parent 1439 a68cd4253259
child 1895 876ce4e492a1
equal deleted inserted replaced
1439:a68cd4253259 1440:e8daabf2c438
    32                "type": "websocket",
    32                "type": "websocket",
    33                "endpoint": {
    33                "endpoint": {
    34                   "type": "tcp",
    34                   "type": "tcp",
    35                   "port": 8888
    35                   "port": 8888
    36                },
    36                },
    37                "url": "ws://127.0.0.1:8888/"
    37                "url": "ws://127.0.0.1:8888/",
       
    38                "serializers" : ["msgpack"]
    38             }
    39             }
    39          ]
    40          ]
    40       }
    41       }
    41    ]
    42    ]
    42 }
    43 }