[connection] ipc ce/dispatcher addresses

parent c7153cfa
.direnv/
/target /target
...@@ -3,9 +3,9 @@ use std::io::{Read, Write}; ...@@ -3,9 +3,9 @@ use std::io::{Read, Write};
use super::types::*; use super::types::*;
pub const central_exchange_nmsg_listen_url: &str = "tcp://*:5560"; pub const central_exchange_nmsg_listen_url: &str = "ipc:///tmp/central-exchange.ipc";
pub const central_exchange_nmsg_url: &str = "tcp://localhost:5560"; pub const central_exchange_nmsg_url: &str = "ipc:///tmp/central-exchange.ipc";
pub const dispatcher_nmsg_url: &str = "tcp://localhost:5561"; pub const dispatcher_nmsg_url: &str = "ipc:///tmp/dispatcher.ipc";
pub fn ce_test_push() -> anyhow::Result<()> { pub fn ce_test_push() -> anyhow::Result<()> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment