Archived
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:
co-authored by
Shreerang Kale
parent
e0b5318ebe
commit
e3dc75118b
@@ -45,6 +45,9 @@ Create and update an env file to be used in the next step ([defaults](../../conf
|
||||
# (Optional) Type of pubsub to be used ("floodsub" | "gossipsub")
|
||||
CERC_PUBSUB=""
|
||||
|
||||
# (Optional) Set of direct peers to be used when pubsub is set to gossipsub
|
||||
CERC_GOSSIPSUB_DIRECT_PEERS=[]
|
||||
|
||||
# Set Nitro addresses
|
||||
CERC_NA_ADDRESS=
|
||||
CERC_VPA_ADDRESS=
|
||||
|
||||
Reference in New Issue
Block a user