tests/wamp/.crossbar/config.json
changeset 1439 a68cd4253259
child 1440 e8daabf2c438
equal deleted inserted replaced
1438:19ebe96b41c0 1439:a68cd4253259
       
     1 
       
     2 {
       
     3    "controller": {
       
     4    },
       
     5    "workers": [
       
     6       {
       
     7          "type": "router",
       
     8          "options": {
       
     9             "pythonpath": [".."]
       
    10          },
       
    11          "realms": [
       
    12             {
       
    13                "name": "Automation",
       
    14                "roles": [
       
    15                   {
       
    16                      "name": "anonymous",
       
    17                      "permissions": [
       
    18                         {
       
    19                            "uri": "*",
       
    20                            "publish": true,
       
    21                            "subscribe": true,
       
    22                            "call": true,
       
    23                            "register": true
       
    24                         }
       
    25                      ]
       
    26                   }
       
    27                ]
       
    28             }
       
    29          ],
       
    30          "transports": [
       
    31             {
       
    32                "type": "websocket",
       
    33                "endpoint": {
       
    34                   "type": "tcp",
       
    35                   "port": 8888
       
    36                },
       
    37                "url": "ws://127.0.0.1:8888/"
       
    38             }
       
    39          ]
       
    40       }
       
    41    ]
       
    42 }