Newer
Older
# ==================================
# Permissioning Server Configuration
# ==================================
# Verbose logging
verbose: "true"
# Path to log file
logPath: "results/permissioning.log"
# The listening port of this server
port: 18000
# Database connection information
dbUsername: ""
dbPassword: ""
dbName: ""
dbAddress: ""
# List of Node registration codes (in order of network placement)
registrationCodes:
- "AAAA"
- "BBBB"
- "CCCC"
- "DDDD"
- "EEEE"
# === REQUIRED FOR ENABLING TLS ===
# Path to the registration server private key file
keyPath: "../keys/cmix.rip.key"
# Path to the registration server certificate file
certPath: "../keys/cmix.rip.crt"
ndfOutputPath: "results/permissions-ndfoutput.json"