Skip to content
Snippets Groups Projects
Commit 12d259a1 authored by Niamh Nikali's avatar Niamh Nikali
Browse files

all the config changes for new id so far

parent ba553c28
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,8 @@ MessageTimeout: 1800
keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to permissioning cert
permissioningCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
IP_Whitelist_File: whitelist.txt
......
......@@ -33,6 +33,8 @@ MessageTimeout: 1800
keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
IP_Whitelist_File: whitelist.txt
......
......@@ -33,6 +33,8 @@ MessageTimeout: 1800
keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
IP_Whitelist_File: whitelist.txt
......
......@@ -32,6 +32,8 @@ MessageTimeout: 1800
keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
IP_Whitelist_File: whitelist.txt
......
......@@ -32,6 +32,8 @@ MessageTimeout: 1800
keyPath: "../keys/cmix.rip.key"
# Path to the certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the permissioning certificate
permissioningCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
IP_Whitelist_File: whitelist.txt
......
......@@ -8,6 +8,8 @@ logLevel: 1
# Path to log file
logPath: "results/permissioning.log"
ndfOutputPath: "results/ndf.json"
# The listening port of this server
port: 18000
......@@ -19,14 +21,6 @@ dbAddress: ""
minimumNodes: 5
# List of Node registration codes (in order of network placement)
registrationCodes:
- "AAAA"
- "BBBB"
- "CCCC"
- "DDDD"
- "EEEE"
clientRegCodes:
- "FFFF"
- "GGGG"
......
......@@ -11,8 +11,8 @@ logLevel: 1
useGpu: false
node:
id: ""
paths:
idf: "nodeID-2.json"
cert: "../keys/cmix.rip.crt"
key: "../keys/cmix.rip.key"
log: "results/servers/server-1.log"
......
......@@ -11,8 +11,8 @@ logLevel: 1
useGpu: false
node:
id: ""
paths:
idf: "nodeID-2.json"
cert: "../keys/cmix.rip.crt"
key: "../keys/cmix.rip.key"
log: "results/servers/server-2.log"
......
......@@ -11,8 +11,8 @@ logLevel: 1
useGpu: false
node:
id: ""
paths:
idf: "nodeID-2.json"
cert: "../keys/cmix.rip.crt"
key: "../keys/cmix.rip.key"
log: "results/servers/server-3.log"
......
......@@ -11,8 +11,8 @@ logLevel: 1
useGpu: false
node:
id: ""
paths:
idf: "nodeID-2.json"
cert: "../keys/cmix.rip.crt"
key: "../keys/cmix.rip.key"
log: "results/servers/server-4.log"
......
......@@ -11,8 +11,8 @@ logLevel: 1
useGpu: false
node:
id: ""
paths:
idf: "nodeID-2.json"
cert: "../keys/cmix.rip.crt"
key: "../keys/cmix.rip.key"
log: "results/servers/server-5.log"
......
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