From e73527db8a427586cb541093f838ddec08961b32 Mon Sep 17 00:00:00 2001 From: Jake Taylor <jake@elixxir.io> Date: Fri, 26 Feb 2021 15:49:54 -0600 Subject: [PATCH] update gw configs --- basice2e/gateway-1.yaml | 6 ------ basice2e/gateway-2.yaml | 6 ------ basice2e/gateway-3.yaml | 6 ------ basice2e/gateway-4.yaml | 6 ------ basice2e/gateway-5.yaml | 6 ------ 5 files changed, 30 deletions(-) diff --git a/basice2e/gateway-1.yaml b/basice2e/gateway-1.yaml index faa70d8..68f4d55 100644 --- a/basice2e/gateway-1.yaml +++ b/basice2e/gateway-1.yaml @@ -40,12 +40,6 @@ permissioningCertPath: "../keys/cmix.rip.crt" # Path to the certificate file serverCertPath: "../keys/cmix.rip.crt" -IP_Whitelist_File: "whitelist.txt" -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 61e1181..d01a93f 100644 --- a/basice2e/gateway-2.yaml +++ b/basice2e/gateway-2.yaml @@ -40,12 +40,6 @@ permissioningCertPath: "../keys/cmix.rip.crt" # Path to the certificate file serverCertPath: "../keys/cmix.rip.crt" -IP_Whitelist_File: "whitelist.txt" -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 c589272..954dbef 100644 --- a/basice2e/gateway-3.yaml +++ b/basice2e/gateway-3.yaml @@ -40,12 +40,6 @@ permissioningCertPath: "../keys/cmix.rip.crt" # Path to the certificate file serverCertPath: "../keys/cmix.rip.crt" -IP_Whitelist_File: "whitelist.txt" -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 8748fb6..8a2e2d1 100644 --- a/basice2e/gateway-4.yaml +++ b/basice2e/gateway-4.yaml @@ -40,12 +40,6 @@ permissioningCertPath: "../keys/cmix.rip.crt" # Path to the certificate file serverCertPath: "../keys/cmix.rip.crt" -IP_Whitelist_File: "whitelist.txt" -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 a806097..079566e 100644 --- a/basice2e/gateway-5.yaml +++ b/basice2e/gateway-5.yaml @@ -40,12 +40,6 @@ permissioningCertPath: "../keys/cmix.rip.crt" # Path to the certificate file serverCertPath: "../keys/cmix.rip.crt" -IP_Whitelist_File: "whitelist.txt" -User_Whitelist_File: "whitelist.txt" - -knownRoundsPath: "results/gateways/knownrounds-5.json" -lastUpdateIdPath: "results/gateways/lastupdateid-5.txt" devMode: true -enableGossip: true # === END YAML -- GitLab