mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
misc: use ~/.local/share/darkfi for app storage
This commit is contained in:
@@ -8,7 +8,7 @@ rpc_listen="tcp://127.0.0.1:23340"
|
||||
datastore = "seed"
|
||||
|
||||
## Sets DB logs replay datastore path
|
||||
#replay_datastore = "~/.local/darkfi/replayed_taud_db"
|
||||
#replay_datastore = "~/.local/share/darkfi/replayed_taud_db"
|
||||
|
||||
## Run in replay mode to store Sled DB instructions
|
||||
## (for eventgraph debugging tool)
|
||||
|
||||
@@ -8,7 +8,7 @@ rpc_listen="tcp://127.0.0.1:23341"
|
||||
datastore = "taud1"
|
||||
|
||||
## Sets DB logs replay datastore path
|
||||
#replay_datastore = "~/.local/darkfi/replayed_taud_db"
|
||||
#replay_datastore = "~/.local/share/darkfi/replayed_taud_db"
|
||||
|
||||
## Run in replay mode to store Sled DB instructions
|
||||
## (for eventgraph debugging tool)
|
||||
|
||||
@@ -8,7 +8,7 @@ rpc_listen="tcp://127.0.0.1:23342"
|
||||
datastore = "taud2"
|
||||
|
||||
## Sets DB logs replay datastore path
|
||||
#replay_datastore = "~/.local/darkfi/replayed_taud_db"
|
||||
#replay_datastore = "~/.local/share/darkfi/replayed_taud_db"
|
||||
|
||||
## Run in replay mode to store Sled DB instructions
|
||||
## (for eventgraph debugging tool)
|
||||
|
||||
@@ -8,7 +8,7 @@ rpc_listen="tcp://127.0.0.1:23343"
|
||||
datastore = "taud3"
|
||||
|
||||
## Sets DB logs replay datastore path
|
||||
#replay_datastore = "~/.local/darkfi/replayed_taud_db"
|
||||
#replay_datastore = "~/.local/share/darkfi/replayed_taud_db"
|
||||
|
||||
## Run in replay mode to store Sled DB instructions
|
||||
## (for eventgraph debugging tool)
|
||||
|
||||
@@ -8,7 +8,7 @@ rpc_listen="tcp://127.0.0.1:23344"
|
||||
datastore = "taud4"
|
||||
|
||||
## Sets DB logs replay datastore path
|
||||
#replay_datastore = "~/.local/darkfi/replayed_taud_db"
|
||||
#replay_datastore = "~/.local/share/darkfi/replayed_taud_db"
|
||||
|
||||
## Run in replay mode to store Sled DB instructions
|
||||
## (for eventgraph debugging tool)
|
||||
|
||||
Reference in New Issue
Block a user