-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.json
64 lines (64 loc) · 1.62 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"appId": "00000000000000000000000000000103",
"name": "Online Mill",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/IonicaBizau/online-mill-app.git"
},
"routes": {
"/": "layout"
},
"domains": [
"ionicabizau.mono.ch",
"ionicabizau.jillix.net"
],
"publicDir": "public",
"publicRole": "0",
"roles": [
{
"id": 0,
"name": "Public Role"
}
],
"miids": {
"layout": {
"module": "github/adioo/layout/v0.0.4",
"roles": [0],
"config": {
"html": "html/layout.html",
"css": ["bootstrap/css/bootstrap.css"],
"title": "Online Mill",
"modules": {
"container": "container"
}
}
},
"container": {
"module": "github/IonicaBizau/online-mill-module/v2.0.0",
"roles": [0],
"config": {
"html": "html/mill.html",
"css": ["css/style.css"]
},
"operations": {
"update": {
"roles": [0],
"params": []
},
"setPositions": {
"roles": [0],
"params": []
},
"getPositions": {
"roles": [0],
"params": []
},
"resetGame": {
"roles": [0],
"params": []
}
}
}
}
}