misc: use ~/.local/share/darkfi for app storage

This commit is contained in:
skoupidi
2025-01-13 15:25:15 +02:00
parent 7b4aea3f2b
commit a76b9526bc
30 changed files with 62 additions and 62 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)