Add new config parameter for data store

This commit is contained in:
Rene Vergara 2024-03-19 15:11:32 -05:00
parent 22f889bf86
commit 25c6baeec1
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -3,3 +3,4 @@ nodePwd = "superSecret"
dbFilePath = "zenith.db"
zebraHost = "127.0.0.1"
zebraPort = 18232
dataStorePath = "datastore.db"