-
Notifications
You must be signed in to change notification settings - Fork 2
/
application.json
52 lines (52 loc) · 1.27 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
{
"appId": "00000000000000000000000000000104",
"name": "Shorter URL",
"version": "0.0.1",
"routes": {
"/": "layout"
},
"domains": [
"shorterurl.mono.ch",
"ionicabizau.jillix.net"
],
"publicDir": "public",
"publicRole": "0",
"roles": [
{
"id": 0,
"name": "Public Role"
}
],
"miids": {
"layout": {
"module": "github/jillix/bind-layout/v0.1.1",
"roles": [0],
"config": {
"html": "/html/layout.html",
"css": ["bootstrap/css/bootstrap.css"],
"title": "Shorter URL",
"modules": {
"container": "container"
}
}
},
"container": {
"module": "github/IonicaBizau/shorter-url-mono-module/dev",
"roles": [0],
"config": {
"html": "/html/url.html",
"css": ["/css/style.css"]
},
"operations": {
"insert": {
"roles": [0],
"params": []
},
"get": {
"roles": [0],
"params": []
}
}
}
}
}