mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-08-07 17:33:13 +02:00
Changes:
new config file changes
This commit is contained in:
+13
-9
@@ -9,20 +9,24 @@ domain = https://www.bayme.sh
|
||||
title = Bay Area Mesh
|
||||
message = Real time data from around the bay area and beyond.
|
||||
|
||||
# Quick links
|
||||
nodes=1
|
||||
conversations=1
|
||||
everything=1
|
||||
graph_LF=1
|
||||
graph_ms=1
|
||||
net=1
|
||||
map=1
|
||||
# Quick links enablement
|
||||
nodes=True
|
||||
conversations=True
|
||||
everything=True
|
||||
graph_lf=True
|
||||
graph_ms=True
|
||||
graph_mf=False
|
||||
stats=True
|
||||
net=True
|
||||
map=True
|
||||
top=True
|
||||
|
||||
# Map structure
|
||||
map_top_left_lat=39
|
||||
map_top_left_lon=-123
|
||||
map_bottom_right_lat=36
|
||||
map_bottom_right_lon=-121
|
||||
|
||||
# Note about how your weekly mesh runs. time and tag used for the system to track.
|
||||
weekly_net_message= Weekly Mesh check-in. We will keep it open on every Wednesday from 5:00pm for checkins. The message format should be (LONG NAME) - (CITY YOU ARE IN) #BayMeshNet.
|
||||
|
||||
@@ -34,4 +38,4 @@ username = meshdev
|
||||
password = large4cats
|
||||
|
||||
[database]
|
||||
connection_string = sqlite+aiosqlite:///packets.db
|
||||
connection_string = sqlite+aiosqlite:///packets.db
|
||||
|
||||
Reference in New Issue
Block a user