-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_preferences-tt.json
34 lines (34 loc) · 1.17 KB
/
example_preferences-tt.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
{
"fuel_types": {
"Diesel" : "diesel",
"Super E10" : "supere10",
"Super E5" : "supere5"
},
"location": {
"{zipcode}" : 53894,
"{radius}" : 5,
"{city}" : "Mechernich",
"{lat}" : "50.591691",
"{lon}" : "6.653047"
},
"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": "http://www.tankentanken.de/suche/{fueltype}/{radius}/{zipcode}%20-%20{city}/{lat}/{lon}",
"pushoverDefaultParameters": {
"token" : "<pushover key>",
"title" : "Neue Preise (Tanken Tanken/MTS)",
"message" : "",
"user" : ""
},
"logging": {
"raven" : "https://https://<key>:<secret>@app.getsentry.com/<project>",
"level" : "debug",
"bubble" : true,
"version" : 1
}
}