Skip to content
Snippets Groups Projects
permissioning.yaml 699 B
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: ""
# Path to the registration server certificate file
certPath: ""

ndfOutputPath: "results/permissions-ndfoutput.json"