Add new config parameter for data store
This commit is contained in:
parent
22f889bf86
commit
25c6baeec1
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ nodePwd = "superSecret"
|
|||
dbFilePath = "zenith.db"
|
||||
zebraHost = "127.0.0.1"
|
||||
zebraPort = 18232
|
||||
dataStorePath = "datastore.db"
|
||||
|
|
Loading…
Reference in a new issue