-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
41 lines (41 loc) · 931 Bytes
/
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
{
"title": "Right Track Online",
"maintainer": {
"name": "David Waring",
"email": "dev@davidwaring.net",
"website": "https://www.davidwaring.net",
"repository": "https://github.com/right-track/right-track-pwa"
},
"api": {
"host": "https://api.righttrack.io",
"clientId": "",
"clientKey": ""
},
"colors": {
"primary": "#00897B",
"primaryText": "#fff",
"secondary": "#FFC107",
"secondaryText": "#000"
},
"settings": {
"updates": {
"autoCheck": true,
"autoCheckFrequency": 1
},
"search": {
"allowTransfers": true,
"allowChangeInDirection": true,
"preDepartureHours": 3,
"postDepartureHours": 6,
"maxLayoverMins": 30,
"minLayoverMins": 0,
"maxTransfers": 2
},
"trips": {
"condensed": false,
"showHeadsigns": true,
"showTravelTimes": true,
"showDepartsInTimes": true
}
}
}