25 lines
703 B
Diff
25 lines
703 B
Diff
diff --git a/config/verifier.conf b/config/verifier.conf
|
|
index 9f65039..4e6191d 100644
|
|
--- a/config/verifier.conf
|
|
+++ b/config/verifier.conf
|
|
@@ -8,7 +8,8 @@ version = 2.3
|
|
uuid = default
|
|
|
|
# The binding address and port for the verifier server
|
|
-ip = "127.0.0.1"
|
|
+# ip = "127.0.0.1"
|
|
+ip = "0.0.0.0"
|
|
port = 8881
|
|
|
|
# The address and port of registrar server that the verifier communicates with
|
|
@@ -245,7 +246,8 @@ require_allow_list_signatures = False
|
|
enabled_revocation_notifications = ['agent']
|
|
|
|
# The binding address and port of the revocation notifier service via ZeroMQ.
|
|
-zmq_ip = 127.0.0.1
|
|
+# zmq_ip = 127.0.0.1
|
|
+zmq_ip = 0.0.0.0
|
|
zmq_port = 8992
|
|
|
|
# Webhook url for revocation notifications.
|