-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
59 lines (59 loc) · 1.21 KB
/
config.json.example
File metadata and controls
59 lines (59 loc) · 1.21 KB
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
{
maintenance: false,
logo: 'pathtothelogo',
name: 'name of the league',
"description": "description",
"theme": "basement",
"templateDateTimeFormat": "dS M Y H:i:s",
"dateFormat": "%Y-%m-%d %H:%M:%S",
"nextRaceFormat": "d M Y",
"articleFormat": "d.m.Y",
"pitlane": "forumlinkornull",
"url": "homepage",
"established": "yearofleaguestart",
"livetiming": "link to the livetiming or null",
"privacy": {
"imprint": "",
"gdpr": ""
},
"features": {
"servertime": false
},
"dotd": true,
"embettyUrl": "http://localhost:3000/",
"secretKey": "secretkey",
"debug": false,
"database": {
"ENGINE": "django.db.backends.mysql",
"NAME": "",
"USER": "",
"PASSWORD": "",
"HOST": "localhost",
"PORT": "3306"
},
"socialButtons": {
"fontawesomeclass": "linkcontent"
},
"timezone": "Europe/Berlin",
"robots": {
"disallow": [
"/imprint/",
"/privacy/"
]
},
"ruleset": {
"points": {
"1": 25,
"2": 18,
"3": 15,
"4": 12,
"5": 10,
"6": 8,
"7": 6,
"8": 4,
"9": 2,
"10": 1
},
"scoreLimit": 70
}
}