Skip to content
Snippets Groups Projects
gateway-5.yaml 1.52 KiB
Newer Older
################################################################################
## Copyright © 2019 Privategrity Corporation                                   #
##                                                                             #
## All rights reserved.                                                        #
################################################################################

# Output log file
Rick Carback's avatar
Rick Carback committed
log: "results/gateways/gateway-5.log"
# Log message level
Rick Carback's avatar
Rick Carback committed
# The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50004"
# Port for Gateway to listen on. Gateway must be the only listener on this port.
# Required field.
Rick Carback's avatar
Rick Carback committed
port: 8444

# The number of seconds a message should remain in the globals before being
# deleted from the user's message queue
Rick Carback's avatar
Rick Carback committed
messageTimeout: "1800s"

# Path to where the IDF is saved. This is used by the wrapper management script.
idfPath: "results/gateways/gateway-5-idf.json"
# === REQUIRED FOR ENABLING TLS ===
# Path to the private key file
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"
Rick Carback's avatar
Rick Carback committed
IP_Whitelist_File: "whitelist.txt"
User_Whitelist_File: "whitelist.txt"
knownRoundsPath: "results/gateways/knownrounds-5.json"
lastUpdateIdPath: "results/gateways/lastupdateid-5.txt"
devMode: true
Richard T. Carback III's avatar
Richard T. Carback III committed
enableGossip: true