mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-14 12:06:42 +08:00
chore: http, not https
This commit is contained in:
@@ -269,7 +269,7 @@ pub fn new_test_conf() -> Config {
|
||||
let localhost = "127.0.0.1";
|
||||
conf.node.rpc_bind = format!("{}:{}", localhost, rpc_port);
|
||||
conf.node.p2p_bind = format!("{}:{}", localhost, p2p_port);
|
||||
conf.node.data_url = format!("https://{}:{}", localhost, rpc_port);
|
||||
conf.node.data_url = format!("http://{}:{}", localhost, rpc_port);
|
||||
conf.node.p2p_address = format!("{}:{}", localhost, p2p_port);
|
||||
conf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user