From e1cb984358acc1bc64af57741246a038b96ab4a8 Mon Sep 17 00:00:00 2001 From: madeofstown Date: Fri, 7 Mar 2025 22:24:41 -0800 Subject: [PATCH] update `README.md` --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a44375..c47b897 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,14 @@ 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/#"] +topics = ["msh/US/bayarea/#", "msh/US/CA/mrymesh/#"] port = 1883 username = meshdev password = large4cats @@ -72,5 +77,6 @@ Now you can hit http://localhost:8081/ ***(if you did not change the web server You can specify the path to your `config.ini` file with the run command argument `--config` ``` bash +./env/bin/python startdb.py --config /path/to/config.ini ./env/bin/python main.py --config /path/to/config.ini ```