瀏覽代碼

bin/darkirc: use none-default ports in test script

dasman 2 年之前
父節點
當前提交
bfb2c01905
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      bin/darkirc/script/tmux_session/seed.toml

+ 2 - 2
bin/darkirc/script/tmux_session/seed.toml

@@ -1,8 +1,8 @@
 ## JSON-RPC listen URL
-# rpc_listen="tcp://127.0.0.1:8888"
+rpc_listen="tcp://127.0.0.1:8888"
 
 ## IRC listen URL
-# irc_listen="tcp://127.0.0.1:22020"
+irc_listen="tcp://127.0.0.1:22020"
 
 ## Sets Datastore Path
 datastore = "/tmp/darkirc_test/darkirc_seed"