forked from MeshAddicts/meshinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
63 lines (63 loc) · 1.38 KB
/
Copy pathconfig.json
File metadata and controls
63 lines (63 loc) · 1.38 KB
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
53
54
55
56
57
58
59
60
61
62
63
{
"broker": {
"enabled": true,
"host": "192.168.42.178",
"port": 1883,
"client_id_prefix": "meshinfo-dev",
"topics": [
"msh/US/GAFnet/#"
],
"username": "mqtt",
"password": "mqtt"
},
"paths": {
"data": "output/data",
"output": "output/static-html",
"templates": "templates"
},
"server": {
"node_id": "4355f528",
"node_activity_prune_threshold": 7200,
"timezone": "America/Los_Angeles",
"start_time": null,
"intervals": {
"enrich": 900,
"data_save": 300,
"render": 5
}
},
"mesh": {
"name": "Sac Valley Mesh",
"shortname": "SVM",
"description": "Serving Meshtastic to the Sacramento Valley and surrounding areas.",
"url": "https://sacvalleymesh.com",
"contact": "https://sacvalleymesh.com",
"country": "US",
"region": "California",
"metro": "Sacramento",
"latitude": 38.58,
"longitude": -121.49,
"altitude": 0,
"timezone": "America/Los_Angeles",
"announce": {
"enabled": true,
"interval": 60
}
},
"integrations": {
"discord": {
"enabled": true,
"token": "token",
"channel": "1247618108810596392",
"webhook": "webhook"
},
"geocoding": {
"enabled": false,
"provider": "geocode.maps.co",
"geocode.maps.co": {
"api_key": "XXXXXXXXXXXXXXXX"
}
}
},
"debug": false
}