beremiz
Clone
Summary
Browse
Changes
Graph
IDE/CLI: cleaner implementation of actions To Do Before Quit
15 months ago, Edouard Tisserant
6b4e1452fa16
IDE/CLI: cleaner implementation of actions To Do Before Quit
{
"version": 2,
"workers": [
{
"type": "router",
"id": "automation_router",
"realms": [
{
"name": "Automation",
"roles": [
{
"name": "authenticated",
"permissions": [
{
"uri": "",
"match": "prefix",
"allow": {
"call": true,
"register": true,
"publish": true,
"subscribe": true
},
"disclose": {
"caller": false,
"publisher": false
},
"cache": true
}
]
}
]
}
],
"transports": [
{
"type": "web",
"endpoint": {
"type": "tcp",
"port": 8888
},
"paths": {
"ws": {
"type": "websocket",
"auth": {
"wampcra": {
"type": "static",
"users": {
"test_wamp_ID": {
"secret": "z+L5NUdkG18PeHjIyIuYAYMRiBjbedvokLV+a0nBiu04N9bhphzVkbQUfq5OJTJfUwaTG/GasmevRB4XNRhNJSbnYS+PDhXb06r/c+C6IfBwryqQyddiiDh6qh5QueT0eYCuxtDCZODe/TTfTI8ACetscGpCPSmlHmELFgMLCp2iYxxuUMw5ugad8E3BoehKCMkGD7Sb8dKDbrOHdvJQjKqcMkdUn4iaoMYmCFoAfqPShDx00K4O0FaU9a9/SNBN",
"role": "authenticated"
}
}
}
}
}
}
}
]
}
]
}