update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / debug / config.json
1 {
2     "root": "public",
3     "name": "Debug",
4     "dashboard": "./crash.jsx",
5     "order": 4,
6     "priority":2,
7     "admin_link": true,
8     "allow": [
9         "rw-rbac-platform:super-admin",
10         "rw-rbac-platform:platform-admin",
11         "rw-rbac-platform:platform-oper"
12     ],
13     "routes" : [{
14         "label": "Debug",
15         "route": "/",
16         "component": "./crash.jsx",
17         "path": "",
18         "type": "internal"
19     }]
20 }