Add support for direct peers when pubsub is set to gossipsub (#539)

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
This commit was merged in pull request #539.
This commit is contained in:
prathamesh0
2023-09-25 14:55:53 +05:30
committed by GitHub
co-authored by Shreerang Kale
parent e0b5318ebe
commit e3dc75118b
4 changed files with 10 additions and 1 deletions
@@ -14,6 +14,7 @@ services:
CERC_RELAY_NODES: ${CERC_RELAY_NODES}
CERC_DENY_MULTIADDRS: ${CERC_DENY_MULTIADDRS}
CERC_PUBSUB: ${CERC_PUBSUB}
CERC_GOSSIPSUB_DIRECT_PEERS: ${CERC_GOSSIPSUB_DIRECT_PEERS}
CERC_RELEASE: "laconic-v3"
CERC_NA_ADDRESS: ${CERC_NA_ADDRESS}
CERC_VPA_ADDRESS: ${CERC_VPA_ADDRESS}