forked from mi-g/ci18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.default.json
55 lines (55 loc) · 1.22 KB
/
config.default.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
{
"login": "admin",
"password": "02d6459e887bc525b16124e0d69cd27c197b0186c253d1d3eee25177c3c6446e",
"sessionSecret": "CFcgvMzKjJg76",
"staticMaxAge": "7d",
"siteName": "Ci18n",
"domain": null,
"shutdownTimeout": 5,
"sessionExpiration": 259200,
"parseUserAgent": true,
"geoip": true,
"gaTrackingCode": null,
"http": {
"port": 1080,
"disabled": false,
"bind": null
},
"https": {
"port": 9443,
"disabled": true,
"bind": null,
"keyFile": "/path/to/file.key",
"certFile": "/path/to/file.crt"
},
"defaultScripts": [
"/js/jquery.min.js",
"/js/jquery.dropotron.min.js",
"/js/bootstrap.min.js",
"/js/skel.min.js",
"/js/skel-viewport.min.js",
"/js/util.js",
"/js/main.js"
],
"defaultExtScripts": [
],
"defaultStyles": [
"/css/bootstrap.min.css",
"/css/bootstrap-theme.min.css",
"/css/main.css",
"/css/ci18n.css"
],
"defaultExtStyles": [
"//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"
],
"staticBypassCache": true,
"concatStyles": false,
"minifyStyles": true,
"concatScripts": false,
"minifyScripts": true,
"criticalPathStyles": true,
"forceAdmin": false,
"showErrorStack": false,
"githubAppClientId": "XXX",
"githubAppClientSecret": "YYY"
}