mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
18 lines
307 B
INI
18 lines
307 B
INI
[server]
|
|
bind = *
|
|
port = 8081
|
|
tls_cert =
|
|
acme_challenge =
|
|
|
|
[mqtt]
|
|
server = mqtt.bayme.sh
|
|
topics = ["msh/US/bayarea/#", "msh/US/CA/mrymesh/#"]
|
|
port = 1883
|
|
username = meshdev
|
|
password = large4cats
|
|
|
|
[database]
|
|
connection_string = sqlite+aiosqlite:///packets.db
|
|
|
|
[website]
|
|
title = San Francisco Bay Area Mesh |