ot-browser/ot-browser.ini.example
Felix Niederwanger d534856fb6
Introduce storage module
Add a storage module to store all received geopoints into a sqlite3
database.
2024-02-17 15:10:40 +01:00

12 lines
154 B
Plaintext

# Configuration file for ot-browser
[mqtt]
remote = 127.0.0.1
clientid = ot-browser
[www]
dir = ./www
bind = 127.0.0.1:8090
[storage]
database = otb.db