Explorar o código

darkirc+tau: add newly added args to config file

dasman %!s(int64=2) %!d(string=hai) anos
pai
achega
10c649f5dd

+ 4 - 0
bin/darkirc/darkirc_config.toml

@@ -19,6 +19,10 @@
 ## Sets DB logs replay datastore path
 #replay_datastore = "~/.local/darkfi/replayed_darkirc_db"
 
+## Run in replay mode to store Sled DB instructions
+## (for eventgraph debugging tool)
+#replay_mode = false
+
 ## List of channels to autojoin for new client connections
 autojoin = [
     "#dev",

+ 7 - 0
bin/genev/genevd/genev_config.toml

@@ -7,6 +7,13 @@
 ## Sets Datastore Path
 #datastore = "~/.local/darkfi/genev_db"
 
+## Sets DB logs replay datastore path
+#replay_datastore = "~/.local/darkfi/replayed_darkirc_db"
+
+## Run in replay mode to store Sled DB instructions
+## (for eventgraph debugging tool)
+#replay_mode = false
+
 ## net settings
 [net]
 ## P2P accept addresses

+ 7 - 0
bin/tau/taud/taud_config.toml

@@ -7,6 +7,13 @@
 ## Datastore Path
 #datastore = "~/.local/darkfi/taud_db"
 
+## Sets DB logs replay datastore path
+#replay_datastore = "~/.local/darkfi/replayed_darkirc_db"
+
+## Run in replay mode to store Sled DB instructions
+## (for eventgraph debugging tool)
+#replay_mode = false
+
 ## Current display name
 #nickname = "NICKNAME"