tests/wamp/.crossbar/config.json
changeset 2245 fe3394697b02
parent 2194 35d6b9321ffd
equal deleted inserted replaced
2244:42566291b9bc 2245:fe3394697b02
    37                 }
    37                 }
    38             ],
    38             ],
    39             "transports": [
    39             "transports": [
    40                 {
    40                 {
    41                     "type": "websocket",
    41                     "type": "websocket",
       
    42                     "debug": true,
    42                     "endpoint": {
    43                     "endpoint": {
    43                         "type": "tcp",
    44                         "type": "tcp",
    44                         "port": 8888
    45                         "port": 8888
    45                     },
    46                     },
    46                     "url": "ws://127.0.0.1:8888/",
    47                     "url": "ws://127.0.0.1:8888/",
    47                     "serializers": [
    48                     "serializers": [
    48                         "msgpack"
    49                         "msgpack",
       
    50                         "json"
    49                     ]
    51                     ]
    50                 }
    52                 }
    51             ]
    53             ]
    52         }
    54         }
    53     ]
    55     ]