Skip to content
Snippets Groups Projects
Commit 20233a18 authored by Josh Brooks's avatar Josh Brooks
Browse files

Update configs

parent 5f9cabf5
No related branches found
No related tags found
1 merge request!4Release
...@@ -24,9 +24,11 @@ minServerVersion: "3.0.0" ...@@ -24,9 +24,11 @@ minServerVersion: "3.0.0"
minClientVersion: "2.0.0" minClientVersion: "2.0.0"
nodeMetricInterval: 3 nodeMetricInterval: 3
disableGatewayPing: true # For testing, use the sequence as the country code. Do not use the geobinning database
disableNodePing: true 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 # Disable pruning of NDF for offline nodes
# if set to false, network will sleep for five minutes on start # if set to false, network will sleep for five minutes on start
disableNDFPruning: true disableNDFPruning: true
...@@ -92,7 +94,5 @@ RegCodesFilePath: "regCodes.json" ...@@ -92,7 +94,5 @@ RegCodesFilePath: "regCodes.json"
# Set address space size for ephemeral IDs # Set address space size for ephemeral IDs
addressSpace: 32 addressSpace: 32
disableGeoBinning: true
# Public address used in NDF to give to client # Public address used in NDF to give to client
registrationAddress: "0.0.0.0:11421" registrationAddress: "0.0.0.0:11421"
...@@ -26,8 +26,12 @@ minServerVersion: "3.0.0" ...@@ -26,8 +26,12 @@ minServerVersion: "3.0.0"
minClientVersion: "2.0.0" minClientVersion: "2.0.0"
nodeMetricInterval: 3 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 # Disable pruning of NDF for offline nodes
# if set to false, network will sleep for five minutes on start # if set to false, network will sleep for five minutes on start
...@@ -93,4 +97,3 @@ schedulingConfigPath: "registration.json" ...@@ -93,4 +97,3 @@ schedulingConfigPath: "registration.json"
# placement) # placement)
RegCodesFilePath: "regCodes.json" RegCodesFilePath: "regCodes.json"
disableGeoBinning: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment