-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.json
37 lines (37 loc) · 969 Bytes
/
application.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"appId" : "webSockets_90R6EAUMZ08UXRHDAZUTW",
"name" : "Web Sockets",
"routes": {
"/" : "webSockets"
},
"locale": "en",
"domains": [
"websockets.mono.ch"
],
"publicDir": "public",
"publicRole": "0",
"roles": [ { "id": 0, "name": "public" } ],
"miids": {
"webSockets": {
"module": "github/IonicaBizau/web-sockets/dev",
"roles": [0],
"config": {
"html": "/html/web_sockets/index.html",
"scripts": [
"/js/web-sockets.js"
],
"css": [
"/css/style.css"
],
"listen": {
"webSockets": {
"ready": "webSockets.ready"
}
}
},
"operations": {
"init" : { "roles": [0], "params": [] }
}
}
}
}