diff --git a/.crossbar/.gitignore b/.crossbar/.gitignore deleted file mode 100644 index a6c031384..000000000 --- a/.crossbar/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -key.priv -key.pub -node.pid diff --git a/.crossbar/config-anonymous.yaml b/.crossbar/config-anonymous.yaml deleted file mode 100644 index 8771a5aa1..000000000 --- a/.crossbar/config-anonymous.yaml +++ /dev/null @@ -1,47 +0,0 @@ -version: 2 -workers: -- type: router - realms: - - name: realm1 - roles: - - name: public - permissions: - - uri: '' - match: prefix - allow: - call: true - register: true - publish: true - subscribe: true - disclose: - caller: true - publisher: true - cache: true - transports: - - type: web - endpoint: - type: tcp - port: 20408 - paths: - /: - type: static - directory: ../web - ws: - type: websocket - options: - auto_fragment_size: 65536 - auth: - anonymous: - type: static - role: public -- id: coordinator - type: guest - executable: /path/to/labgrid-venv/bin/python3 - arguments: - - -m - - labgrid.remote.coordinator - options: - workdir: . - env: - vars: - WS: ws://localhost:20408/ws