-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.json
52 lines (52 loc) · 1.41 KB
/
output.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
49
50
51
52
{
"apiKey": "google maps api key",
"pushoverToken": "pushover application token",
"pushoverUser": "pushover user token",
"headless": true,
"speed": 1,
"scanInterval": 60000.0,
"timeout": 10,
"radiusDefault": 100.0,
"ignoreRecent": false,
"someNumber": 305,
"skipAnalysis": false,
"agencies": [
{
"name": "Tualatin Valley Fire & Rescue (OR)",
"scanInterval": 60.0
},
{
"name": "Portland Fire & Rescue (OR)",
"scanInterval": 300.0
}
],
"locations": [
{
"name": "test",
"coords": [
-90,
45.50812524740005
],
"//note": [
"latitude comes before longitude.",
"In the property above, lat/long are mistakenly swapped.",
" normally this would throw an error since lat. is supposed to be between -90 and 90, but index specific rules are set up for the coords property, and they have min/max rules as well."
],
"radius": 2000.0,
"address": "",
"importance": 1
},
{
"name": "test 2",
"match": "VANCOUVER AVE",
"importance": 3,
"address": "",
"radius": 100.0
}
],
"logging": "none",
"testProperty": 60.0,
"typeFilters": [
"*"
]
}