-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnode.config.example.json
More file actions
33 lines (33 loc) · 1005 Bytes
/
Copy pathnode.config.example.json
File metadata and controls
33 lines (33 loc) · 1005 Bytes
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
{
"_comment": "Copy this to node.config.json (ignored by git) and edit for your neighborhood.",
"slug": "westwaldo@waldonet.local",
"name": "West Waldo Neighborhood",
"contactEmail": "coordinator@waldonet.local",
"bounds": {
"north": 38.9920,
"south": 38.9540,
"east": -94.5890,
"west": -94.6140
},
"nextdoor": {
"publicSlug": "westwaldomo",
"enablePostScrape": false
},
"facebook": {
"groupId": null
},
"topicKeywords": {
"infrastructure": ["pothole", "streetlight", "sidewalk", "sewer", "drainage"],
"safety": ["crime", "police", "theft", "suspicious"],
"neighbor": ["neighbor", "block party", "welcome"],
"policy": ["council", "ordinance", "meeting", "vote"],
"environment": ["tree", "garden", "trash", "recycling", "compost"]
},
"geoPatterns": {
"streetRegex": "\\b(\\d+(?:th|st|nd|rd)?\\s+(?:st|ave|street|avenue))\\b"
},
"retention": {
"socialDays": 90,
"federationDays": 365
}
}