From 1740cd0375216549c6a348c74a76d2a14d7ebdc3 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Fri, 4 Dec 2020 17:44:37 +0000
Subject: [PATCH] Add gossip line

---
 basice2e/gateway-1.yaml | 1 +
 basice2e/gateway-2.yaml | 1 +
 basice2e/gateway-3.yaml | 1 +
 basice2e/gateway-4.yaml | 1 +
 basice2e/gateway-5.yaml | 1 +
 5 files changed, 5 insertions(+)

diff --git a/basice2e/gateway-1.yaml b/basice2e/gateway-1.yaml
index b450690..20dcd0d 100644
--- a/basice2e/gateway-1.yaml
+++ b/basice2e/gateway-1.yaml
@@ -41,5 +41,6 @@ User_Whitelist_File: "whitelist.txt"
 knownRoundsPath: "results/gateways/knownrounds-1.json"
 lastUpdateIdPath: "results/gateways/lastupdateid-1.txt"
 devMode: true
+enableGossip: true
 
 # === END YAML
diff --git a/basice2e/gateway-2.yaml b/basice2e/gateway-2.yaml
index c18ce21..41f7746 100644
--- a/basice2e/gateway-2.yaml
+++ b/basice2e/gateway-2.yaml
@@ -41,5 +41,6 @@ User_Whitelist_File: "whitelist.txt"
 knownRoundsPath: "results/gateways/knownrounds-2.json"
 lastUpdateIdPath: "results/gateways/lastupdateid-2.txt"
 devMode: true
+enableGossip: true
 
 # === END YAML
diff --git a/basice2e/gateway-3.yaml b/basice2e/gateway-3.yaml
index b25cb90..7190cf5 100644
--- a/basice2e/gateway-3.yaml
+++ b/basice2e/gateway-3.yaml
@@ -41,5 +41,6 @@ User_Whitelist_File: "whitelist.txt"
 knownRoundsPath: "results/gateways/knownrounds-3.json"
 lastUpdateIdPath: "results/gateways/lastupdateid-3.txt"
 devMode: true
+enableGossip: true
 
 # === END YAML
diff --git a/basice2e/gateway-4.yaml b/basice2e/gateway-4.yaml
index e1d69e8..bfd429c 100644
--- a/basice2e/gateway-4.yaml
+++ b/basice2e/gateway-4.yaml
@@ -41,5 +41,6 @@ User_Whitelist_File: "whitelist.txt"
 knownRoundsPath: "results/gateways/knownrounds-4.json"
 lastUpdateIdPath: "results/gateways/lastupdateid-4.txt"
 devMode: true
+enableGossip: true
 
 # === END YAML
diff --git a/basice2e/gateway-5.yaml b/basice2e/gateway-5.yaml
index a766be4..05eff5b 100644
--- a/basice2e/gateway-5.yaml
+++ b/basice2e/gateway-5.yaml
@@ -41,5 +41,6 @@ User_Whitelist_File: "whitelist.txt"
 knownRoundsPath: "results/gateways/knownrounds-5.json"
 lastUpdateIdPath: "results/gateways/lastupdateid-5.txt"
 devMode: true
+enableGossip: true
 
 # === END YAML
-- 
GitLab