mirror of
https://github.com/do6uk/meshcore_multitcp.git
synced 2026-04-21 03:53:36 +00:00
move sqlite db for persistance storage
This commit is contained in:
parent
091ffea1a5
commit
e96052f35e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ device_host = "192.168.5.62"
|
|||
device_port = 5000
|
||||
|
||||
sqlite_active = False
|
||||
sqlite_file = 'meshcore_multitcp.db'
|
||||
sqlite_file = '/data/meshcore_multitcp.db'
|
||||
|
||||
clients = []
|
||||
client_names = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue