Skip to content
Snippets Groups Projects
Commit 1c23cc7c authored by Richard Carback's avatar Richard Carback
Browse files

Update gateway configurations for latest dispatch versions

parent 4160ba30
No related branches found
No related tags found
No related merge requests found
# START YAML ===
################################################################################ ################################################################################
## Copyright © 2018 Privategrity Corporation # ## Copyright © 2019 Privategrity Corporation #
## # ## #
## All rights reserved. # ## All rights reserved. #
################################################################################ ################################################################################
...@@ -7,6 +8,7 @@ ...@@ -7,6 +8,7 @@
# Output log file # Output log file
log: "results/gateways/gateway-1.log" log: "results/gateways/gateway-1.log"
# Used for debugging
verbose: "true" verbose: "true"
# The cMix nodes in the network # The cMix nodes in the network
...@@ -16,8 +18,6 @@ cMixNodes: ...@@ -16,8 +18,6 @@ cMixNodes:
- "localhost:50002" - "localhost:50002"
- "localhost:50003" - "localhost:50003"
- "localhost:50004" - "localhost:50004"
# The index to which this Gateway is attached in the cMixNodes list
GatewayNodeIndex: 0
# The listening address of this gateway # The listening address of this gateway
GatewayAddress: "localhost:8440" GatewayAddress: "localhost:8440"
...@@ -26,13 +26,16 @@ GatewayAddress: "localhost:8440" ...@@ -26,13 +26,16 @@ GatewayAddress: "localhost:8440"
# deleted from the user's message queue # deleted from the user's message queue
MessageTimeout: 1800 MessageTimeout: 1800
# === REQUIRED FOR ENABLING TLS ===
# Path to the gateway private key file
keyPath: "../keys/gateway.cmix.rip.key" keyPath: "../keys/gateway.cmix.rip.key"
# Path to the gateway certificate file
certPath: "../keys/gateway.cmix.rip.crt" certPath: "../keys/gateway.cmix.rip.crt"
# Path to the gateway certificate file
serverCertPath: "../keys/cmix.rip.crt" serverCertPath: "../keys/cmix.rip.crt"
### Anything below this line is to be deprecated ### ### Anything below this line is to be deprecated ###
# Number of nodes in the cMix Network
# Batch size of the cMix Network (to be deprecated) # Batch size of the cMix Network (to be deprecated)
batchSize: 4 batchSize: 4
# === END YAML
# START YAML ===
################################################################################ ################################################################################
## Copyright © 2018 Privategrity Corporation # ## Copyright © 2019 Privategrity Corporation #
## # ## #
## All rights reserved. # ## All rights reserved. #
################################################################################ ################################################################################
...@@ -7,6 +8,7 @@ ...@@ -7,6 +8,7 @@
# Output log file # Output log file
log: "results/gateways/gateway-2.log" log: "results/gateways/gateway-2.log"
# Used for debugging
verbose: "true" verbose: "true"
# The cMix nodes in the network # The cMix nodes in the network
...@@ -16,8 +18,6 @@ cMixNodes: ...@@ -16,8 +18,6 @@ cMixNodes:
- "localhost:50002" - "localhost:50002"
- "localhost:50003" - "localhost:50003"
- "localhost:50004" - "localhost:50004"
# The index to which this Gateway is attached in the cMixNodes list
GatewayNodeIndex: 1
# The listening address of this gateway # The listening address of this gateway
GatewayAddress: "localhost:8441" GatewayAddress: "localhost:8441"
...@@ -26,13 +26,16 @@ GatewayAddress: "localhost:8441" ...@@ -26,13 +26,16 @@ GatewayAddress: "localhost:8441"
# deleted from the user's message queue # deleted from the user's message queue
MessageTimeout: 1800 MessageTimeout: 1800
# === REQUIRED FOR ENABLING TLS ===
# Path to the gateway private key file
keyPath: "../keys/gateway.cmix.rip.key" keyPath: "../keys/gateway.cmix.rip.key"
# Path to the gateway certificate file
certPath: "../keys/gateway.cmix.rip.crt" certPath: "../keys/gateway.cmix.rip.crt"
# Path to the gateway certificate file
serverCertPath: "../keys/cmix.rip.crt" serverCertPath: "../keys/cmix.rip.crt"
### Anything below this line is to be deprecated ### ### Anything below this line is to be deprecated ###
# Number of nodes in the cMix Network
# Batch size of the cMix Network (to be deprecated) # Batch size of the cMix Network (to be deprecated)
batchSize: 4 batchSize: 4
# === END YAML
# START YAML ===
################################################################################ ################################################################################
## Copyright © 2018 Privategrity Corporation # ## Copyright © 2019 Privategrity Corporation #
## # ## #
## All rights reserved. # ## All rights reserved. #
################################################################################ ################################################################################
...@@ -7,6 +8,7 @@ ...@@ -7,6 +8,7 @@
# Output log file # Output log file
log: "results/gateways/gateway-3.log" log: "results/gateways/gateway-3.log"
# Used for debugging
verbose: "true" verbose: "true"
# The cMix nodes in the network # The cMix nodes in the network
...@@ -16,8 +18,6 @@ cMixNodes: ...@@ -16,8 +18,6 @@ cMixNodes:
- "localhost:50002" - "localhost:50002"
- "localhost:50003" - "localhost:50003"
- "localhost:50004" - "localhost:50004"
# The index to which this Gateway is attached in the cMixNodes list
GatewayNodeIndex: 2
# The listening address of this gateway # The listening address of this gateway
GatewayAddress: "localhost:8442" GatewayAddress: "localhost:8442"
...@@ -26,13 +26,16 @@ GatewayAddress: "localhost:8442" ...@@ -26,13 +26,16 @@ GatewayAddress: "localhost:8442"
# deleted from the user's message queue # deleted from the user's message queue
MessageTimeout: 1800 MessageTimeout: 1800
# === REQUIRED FOR ENABLING TLS ===
# Path to the gateway private key file
keyPath: "../keys/gateway.cmix.rip.key" keyPath: "../keys/gateway.cmix.rip.key"
# Path to the gateway certificate file
certPath: "../keys/gateway.cmix.rip.crt" certPath: "../keys/gateway.cmix.rip.crt"
# Path to the gateway certificate file
serverCertPath: "../keys/cmix.rip.crt" serverCertPath: "../keys/cmix.rip.crt"
### Anything below this line is to be deprecated ### ### Anything below this line is to be deprecated ###
# Number of nodes in the cMix Network
# Batch size of the cMix Network (to be deprecated) # Batch size of the cMix Network (to be deprecated)
batchSize: 4 batchSize: 4
# === END YAML
# START YAML ===
################################################################################ ################################################################################
## Copyright © 2018 Privategrity Corporation # ## Copyright © 2019 Privategrity Corporation #
## # ## #
## All rights reserved. # ## All rights reserved. #
################################################################################ ################################################################################
...@@ -7,6 +8,7 @@ ...@@ -7,6 +8,7 @@
# Output log file # Output log file
log: "results/gateways/gateway-4.log" log: "results/gateways/gateway-4.log"
# Used for debugging
verbose: "true" verbose: "true"
# The cMix nodes in the network # The cMix nodes in the network
...@@ -16,8 +18,6 @@ cMixNodes: ...@@ -16,8 +18,6 @@ cMixNodes:
- "localhost:50002" - "localhost:50002"
- "localhost:50003" - "localhost:50003"
- "localhost:50004" - "localhost:50004"
# The index to which this Gateway is attached in the cMixNodes list
GatewayNodeIndex: 3
# The listening address of this gateway # The listening address of this gateway
GatewayAddress: "localhost:8443" GatewayAddress: "localhost:8443"
...@@ -26,13 +26,16 @@ GatewayAddress: "localhost:8443" ...@@ -26,13 +26,16 @@ GatewayAddress: "localhost:8443"
# deleted from the user's message queue # deleted from the user's message queue
MessageTimeout: 1800 MessageTimeout: 1800
# === REQUIRED FOR ENABLING TLS ===
# Path to the gateway private key file
keyPath: "../keys/gateway.cmix.rip.key" keyPath: "../keys/gateway.cmix.rip.key"
# Path to the gateway certificate file
certPath: "../keys/gateway.cmix.rip.crt" certPath: "../keys/gateway.cmix.rip.crt"
# Path to the gateway certificate file
serverCertPath: "../keys/cmix.rip.crt" serverCertPath: "../keys/cmix.rip.crt"
### Anything below this line is to be deprecated ### ### Anything below this line is to be deprecated ###
# Number of nodes in the cMix Network
# Batch size of the cMix Network (to be deprecated) # Batch size of the cMix Network (to be deprecated)
batchSize: 4 batchSize: 4
# === END YAML
# START YAML ===
################################################################################ ################################################################################
## Copyright © 2018 Privategrity Corporation # ## Copyright © 2019 Privategrity Corporation #
## # ## #
## All rights reserved. # ## All rights reserved. #
################################################################################ ################################################################################
...@@ -7,6 +8,7 @@ ...@@ -7,6 +8,7 @@
# Output log file # Output log file
log: "results/gateways/gateway-5.log" log: "results/gateways/gateway-5.log"
# Used for debugging
verbose: "true" verbose: "true"
# The cMix nodes in the network # The cMix nodes in the network
...@@ -16,8 +18,6 @@ cMixNodes: ...@@ -16,8 +18,6 @@ cMixNodes:
- "localhost:50002" - "localhost:50002"
- "localhost:50003" - "localhost:50003"
- "localhost:50004" - "localhost:50004"
# The index to which this Gateway is attached in the cMixNodes list
GatewayNodeIndex: 4
# The listening address of this gateway # The listening address of this gateway
GatewayAddress: "localhost:8444" GatewayAddress: "localhost:8444"
...@@ -26,13 +26,16 @@ GatewayAddress: "localhost:8444" ...@@ -26,13 +26,16 @@ GatewayAddress: "localhost:8444"
# deleted from the user's message queue # deleted from the user's message queue
MessageTimeout: 1800 MessageTimeout: 1800
# === REQUIRED FOR ENABLING TLS ===
# Path to the gateway private key file
keyPath: "../keys/gateway.cmix.rip.key" keyPath: "../keys/gateway.cmix.rip.key"
# Path to the gateway certificate file
certPath: "../keys/gateway.cmix.rip.crt" certPath: "../keys/gateway.cmix.rip.crt"
# Path to the gateway certificate file
serverCertPath: "../keys/cmix.rip.crt" serverCertPath: "../keys/cmix.rip.crt"
### Anything below this line is to be deprecated ### ### Anything below this line is to be deprecated ###
# Number of nodes in the cMix Network
# Batch size of the cMix Network (to be deprecated) # Batch size of the cMix Network (to be deprecated)
batchSize: 4 batchSize: 4
# === END YAML
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