forked from iarv/meshview
20 lines
334 B
INI
20 lines
334 B
INI
[server]
|
|
bind = *
|
|
port = 8081
|
|
tls_cert =
|
|
acme_challenge =
|
|
|
|
[site]
|
|
domain = http://meshview.bayme.sh
|
|
title = Bay Area Mesh
|
|
message =
|
|
|
|
[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 |