tests/wamp/.crossbar/config.json
author Surkov Sergey <surkovsv93@gmail.com>
Mon, 19 Feb 2018 19:36:43 +0300
changeset 1972 38e912c8bd31
parent 1440 e8daabf2c438
child 1895 876ce4e492a1
permissions -rw-r--r--
fix bug with indelible values in some 'optional' fields in project properties panel

only 'required' fields should be indelible

{
   "controller": {
   },
   "workers": [
      {
         "type": "router",
         "options": {
            "pythonpath": [".."]
         },
         "realms": [
            {
               "name": "Automation",
               "roles": [
                  {
                     "name": "anonymous",
                     "permissions": [
                        {
                           "uri": "*",
                           "publish": true,
                           "subscribe": true,
                           "call": true,
                           "register": true
                        }
                     ]
                  }
               ]
            }
         ],
         "transports": [
            {
               "type": "websocket",
               "endpoint": {
                  "type": "tcp",
                  "port": 8888
               },
               "url": "ws://127.0.0.1:8888/",
               "serializers" : ["msgpack"]
            }
         ]
      }
   ]
}