Skip to content

Commit

Permalink
feat: update example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Nov 30, 2024
1 parent d1e626a commit d259dc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configs/examples/remote.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
daq_job_type = "DAQJobRemote"
zmq_local_url = "tcp://localhost:10191"
zmq_remote_urls = ["tcp://1.2.3.4:10191"]

zmq_proxy_pub_url = "tcp://1.2.3.4:10001"
zmq_proxy_sub_urls = ["tcp://1.2.3.4:10002"]

# topics = ["topic_1", "topic_2"]
4 changes: 4 additions & 0 deletions configs/examples/remote_proxy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
daq_job_type = "DAQJobRemoteProxy"

zmq_xsub_url = "tcp://0.0.0.0:10001"
zmq_xpub_url = "tcp://0.0.0.0:10002"

0 comments on commit d259dc4

Please sign in to comment.