-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
48 lines (48 loc) · 1.11 KB
/
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
42
43
44
45
46
47
48
{
"maintain": {
"loop-wait-s": "600"
},
"page": {
"css": [
"body,html{background-color:#FFF;}",
"table{width:100%;}",
"tr:nth-child(even){background-color: #EEE;}",
"nav{",
"background-color:#CCC;",
"overflow:hidden;",
"padding:8px;",
"}",
"nav.sub{background-color:#EEE;}",
"nav>a{",
"padding:8px;",
"text-decoration:none;",
"}",
"nav>a:hover{background-color:#AAA;}",
"pre{",
"background:#eee;",
"border-left:4px solid #222;",
"padding:4px;",
"}"
],
"error": "<h1>Bad Request</h1>",
"logo": "<svg width=\"64\" height=\"64\"><polyline points=\"32,0 0,32 32,64 64,32 32,32 32,48 16,32 32,16 48,32 64,32\" fill=\"#000\"/></svg>",
"title": "Git Page"
},
"repos": [
{
"dir": ".",
"maintain": "false",
"name": "Git Page",
"url": "git-page"
}
],
"server": {
"cache-max": "65536",
"head-size": "256",
"max-input": "65536",
"max-wait-ms": "5000",
"port": "8080",
"url": "http://127.0.0.1:8080",
"url-sub": "/git"
}
}