瀏覽代碼

example/config: removed https:: from port numbers

lunar-mining 4 年之前
父節點
當前提交
10a35b5d2a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      example/config/cashierd.toml
  2. 1 1
      example/config/drk.toml

+ 1 - 1
example/config/cashierd.toml

@@ -1,5 +1,5 @@
 accept_url = "127.0.0.1:7777"
-rpc_url = "http://127.0.0.1:8000"
+rpc_url = "127.0.0.1:8000"
 gateway_url = "127.0.0.1:3333"
 log_path = "/tmp/cashierd.log"
 password = "TEST_PASSWORD"

+ 1 - 1
example/config/drk.toml

@@ -1,2 +1,2 @@
-rpc_url = "http://127.0.0.1:8000"
+rpc_url = "127.0.0.1:8000"
 log_path = "/tmp/drk_cli.log"