Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed Jul 16, 2016
1 parent 4f41fda commit 83dcccc
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions examples/twisted/wamp/basic/.crossbar/config.json
@@ -0,0 +1,60 @@
{
"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": "unisocket",
"endpoint": {
"type": "tcp",
"port": 8080
},
"rawsocket": {
},
"websocket": {
"/ws": {
"type": "websocket"
}
},
"web": {
"paths": {
"/": {
"type": "static",
"directory": "../web"
}
}
}
}
]
}
]
}
File renamed without changes.
File renamed without changes.

0 comments on commit 83dcccc

Please sign in to comment.