From 20233a188779f3dc60830e3e470a80b008841190 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Thu, 12 Aug 2021 11:17:19 -0700
Subject: [PATCH] Update configs

---
 basice2e/permissioning.yaml   | 8 ++++----
 smokeinfra/permissioning.yaml | 9 ++++++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/basice2e/permissioning.yaml b/basice2e/permissioning.yaml
index 7dda38c..3c9b935 100644
--- a/basice2e/permissioning.yaml
+++ b/basice2e/permissioning.yaml
@@ -24,9 +24,11 @@ minServerVersion:  "3.0.0"
 minClientVersion: "2.0.0"
 nodeMetricInterval: 3
 
-disableGatewayPing: true
-disableNodePing: true
+# For testing, use the sequence as the country code. Do not use the geobinning database
+disableGeoBinning: true
 
+# For testing, do not exclude node or gateway IPs which are local to the machine
+allowLocalIPs: true
 # Disable pruning of NDF for offline nodes
 # if set to false, network will sleep for five minutes on start
 disableNDFPruning: true
@@ -92,7 +94,5 @@ RegCodesFilePath: "regCodes.json"
 # Set address space size for ephemeral IDs
 addressSpace: 32
 
-disableGeoBinning: true
-
 # Public address used in NDF to give to client
 registrationAddress: "0.0.0.0:11421"
diff --git a/smokeinfra/permissioning.yaml b/smokeinfra/permissioning.yaml
index 14c9682..5b8b9c0 100644
--- a/smokeinfra/permissioning.yaml
+++ b/smokeinfra/permissioning.yaml
@@ -26,8 +26,12 @@ minServerVersion:  "3.0.0"
 minClientVersion: "2.0.0"
 nodeMetricInterval: 3
 
-disableGatewayPing: true
-disableNodePing: true
+
+# For testing, use the sequence as the country code. Do not use the geobinning database
+disableGeoBinning: true
+
+# For testing, do not exclude node or gateway IPs which are local to the machine
+allowLocalIPs: true
 
 # Disable pruning of NDF for offline nodes
 # if set to false, network will sleep for five minutes on start
@@ -93,4 +97,3 @@ schedulingConfigPath: "registration.json"
 # placement)
 RegCodesFilePath: "regCodes.json"
 
-disableGeoBinning: true
-- 
GitLab