-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_preferences-tk.json
36 lines (36 loc) · 1.18 KB
/
example_preferences-tk.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
{
"fuel_types": {
"Diesel" : "diesel",
"Super E10" : "e10",
"Super E5" : "e5"
},
"location": {
"rad" : 5,
"lat" : "50.603024",
"lng" : "6.653445"
},
"extra_params": {
"apikey" : "4a70171e-4c99-ac15-2859-9b51ad5a9946",
"sort" : "dist"
},
"id_map": {
"_EB6F6809-0745-4533-B253-50E761076D02" : "Schaefer Kiefernweg",
"0FF26B7F-3BF6-4C42-BBBB-AC486BAB2FC3" : "Shell Landstr",
"3A1D204E-42B2-4315-8FF4-A8D4ECBE065A" : "Aral Heerstr",
"DF4E0719-01F5-4E10-BCBE-B1F9410961F7" : "Aral Wingert",
"91C0315A-068D-49CB-8255-68FC5C4E5D79" : "Aral Monzenbend"
},
"base_url": "https://creativecommons.tankerkoenig.de/json/list.php",
"pushoverDefaultParameters": {
"token" : "<pushover key>",
"title" : "Neue Preise (Tankerkönig/MTS)",
"message" : "",
"user" : ""
},
"logging": {
"raven" : "https://https://<key>:<secret>@app.getsentry.com/<project>",
"level" : "debug",
"bubble" : true,
"version" : 1
}
}