Skip to content
Snippets Groups Projects
Commit 6bb91edd authored by Jake Taylor's avatar Jake Taylor
Browse files

add config opt permissioning

parent b569dbb7
No related branches found
No related tags found
No related merge requests found
...@@ -74,9 +74,12 @@ groups: ...@@ -74,9 +74,12 @@ groups:
# secure - Schedules new teams randomly, has apropreate buffers to ensure unpredictability, designed for BetaNet # secure - Schedules new teams randomly, has apropreate buffers to ensure unpredictability, designed for BetaNet
schedulingAlgorithm: "simple" schedulingAlgorithm: "simple"
# Path to file with config for scheduling algorithem within the user directory # Path to file with config for scheduling algorithm within the user directory
schedulingConfigPath: "registration.json" schedulingConfigPath: "registration.json"
# Path to JSON file with list of Node registration codes (in order of network # Path to JSON file with list of Node registration codes (in order of network
# placement) # placement)
RegCodesFilePath: "regCodes.json" RegCodesFilePath: "regCodes.json"
# Set address space size for ephemeral IDs
addressSpace: 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment