Skip to content
Snippets Groups Projects

Release

6 files
+ 234
8
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -8,7 +8,7 @@ logLevel: 1
@@ -8,7 +8,7 @@ logLevel: 1
# Path to log file
# Path to log file
logPath: "results/permissioning.log"
logPath: "results/permissioning.log"
# The listening port of this server
# The listening pofrt of this server
port: 18000
port: 18000
# Database connection information
# Database connection information
@@ -40,7 +40,7 @@ permissiveIPChecking: true
@@ -40,7 +40,7 @@ permissiveIPChecking: true
messageRetentionLimit: "168h"
messageRetentionLimit: "168h"
# "Location of the user discovery contact file.
# "Location of the user discovery contact file.
udContactPath: "results/udContact.bin"
udContactPath: "results/udbContact.bin"
udbAddress: "127.0.0.1:18001"
udbAddress: "127.0.0.1:18001"
# Path to UDB public key PEM file
# Path to UDB public key PEM file
udbPubKeyPemPath: "../keys/cmix.rip.crt"
udbPubKeyPemPath: "../keys/cmix.rip.crt"
Loading