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
1 changed files with 1 additions and 0 deletions

View File

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