-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gtdf.config.json
41 lines (35 loc) · 902 Bytes
/
gtdf.config.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
{
"base" : {
"app_name" : "Gtdf app",
"app_version" : "v1.0.0",
"host" : "127.0.0.1",
"port" : "80",
"enviroment" : "development",
"debug" : "true",
"log_level" : "debug",
"website" : "https://akrck02.github.io/#/software/GTD-Framework",
"author" : "akrck02"
},
"path" : {
"url" : "..",
"app" : "app",
"resources" : "resources",
"language" : "resources/i18n",
"images" : "resources/images",
"icons" : "resources/icons"
},
"views" : {
"url" : "app/#",
"home" : "home",
"error" : "error",
"blank" : "blank"
},
"api" : {
"url" : "https://api.github.com/repos/akrck02/GTD-Framework/languages"
},
"variables" : {
"animations" : "true",
"language" : "en",
"theme" : "light"
}
}