Sfoglia il codice sorgente

bin/darkirc: update tmux test script

Dastan-glitch 3 anni fa
parent
commit
911262053c

+ 3 - 0
bin/darkirc/script/tmux_session/ircd_full_node1.toml

@@ -4,6 +4,9 @@ rpc_listen = "tcp://127.0.0.1:8890"
 ## IRC listen URL
 irc_listen = "tcp://127.0.0.1:22022"
 
+## Sets Datastore Path
+datastore = "/tmp/darkirc_test/darkirc1"
+
 ## List of channels to autojoin for new client connections
 autojoin = ["#dev", "#test"]
 

+ 3 - 0
bin/darkirc/script/tmux_session/ircd_full_node2.toml

@@ -4,6 +4,9 @@ rpc_listen = "tcp://127.0.0.1:8891"
 ## IRC listen URL
 irc_listen = "tcp://127.0.0.1:22023"
 
+## Sets Datastore Path
+datastore = "/tmp/darkirc_test/darkirc2"
+
 ## List of channels to autojoin for new client connections
 autojoin = ["#dev", "#test"]
 

+ 3 - 0
bin/darkirc/script/tmux_session/ircd_full_node3.toml

@@ -4,6 +4,9 @@ rpc_listen = "tcp://127.0.0.1:8892"
 ## IRC listen URL
 irc_listen = "tcp://127.0.0.1:22024"
 
+## Sets Datastore Path
+datastore = "/tmp/darkirc_test/darkirc3"
+
 ## List of channels to autojoin for new client connections
 autojoin = ["#dev", "#test"]
 

+ 3 - 0
bin/darkirc/script/tmux_session/ircd_full_node4.toml

@@ -4,6 +4,9 @@ rpc_listen = "tcp://127.0.0.1:8893"
 ## IRC listen URL
 irc_listen = "tcp://127.0.0.1:22025"
 
+## Sets Datastore Path
+datastore = "/tmp/darkirc_test/darkirc4"
+
 ## List of channels to autojoin for new client connections
 autojoin = ["#dev", "#test"]
 

+ 3 - 0
bin/darkirc/script/tmux_session/seed.toml

@@ -4,6 +4,9 @@
 ## IRC listen URL
 # irc_listen="tcp://127.0.0.1:22020"
 
+## Sets Datastore Path
+datastore = "/tmp/darkirc_test/darkirc_seed"
+
 ## List of channels to autojoin for new client connections
 autojoin = ["#dev"]