mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 02:28:23 +00:00
Listen locally for 0MQ
This commit is contained in:
parent
5ca13c42eb
commit
aef8ab0411
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ path = indexdir
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
[ZMQ_Global]
|
[ZMQ_Global]
|
||||||
address = tcp://crf.circl.lu:5556
|
#address = tcp://crf.circl.lu:5556
|
||||||
|
address = tcp://127.0.0.1:5556
|
||||||
channel = 102
|
channel = 102
|
||||||
|
|
||||||
[ZMQ_Url]
|
[ZMQ_Url]
|
||||||
|
|
Loading…
Reference in a new issue