summaryrefslogtreecommitdiff
path: root/net-misc/crossbar/files/config.json.sample
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/crossbar/files/config.json.sample')
-rw-r--r--net-misc/crossbar/files/config.json.sample60
1 files changed, 0 insertions, 60 deletions
diff --git a/net-misc/crossbar/files/config.json.sample b/net-misc/crossbar/files/config.json.sample
deleted file mode 100644
index d7b7d6af7300..000000000000
--- a/net-misc/crossbar/files/config.json.sample
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "version": 2,
- "controller": {},
- "workers": [
- {
- "type": "router",
- "realms": [
- {
- "name": "realm1",
- "roles": [
- {
- "name": "anonymous",
- "permissions": [
- {
- "uri": "",
- "match": "prefix",
- "allow": {
- "call": true,
- "register": true,
- "publish": true,
- "subscribe": true
- },
- "disclose": {
- "caller": false,
- "publisher": false
- },
- "cache": true
- }
- ]
- }
- ]
- }
- ],
- "transports": [
- {
- "type": "universal",
- "endpoint": {
- "type": "tcp",
- "port": 8080
- },
- "rawsocket": {
- },
- "websocket": {
- "ws": {
- "type": "websocket"
- }
- },
- "web": {
- "paths": {
- "/": {
- "type": "static",
- "directory": "../web"
- }
- }
- }
- }
- ]
- }
- ]
-}