From eca131fefcabc4e0d3d3c7dec348f1fb8f79fc1e Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 26 Aug 2021 10:27:22 -0700 Subject: [PATCH] minor comments to startup script --- production/start-production | 2 ++ 1 file changed, 2 insertions(+) diff --git a/production/start-production b/production/start-production index d09f909..c50fd45 100755 --- a/production/start-production +++ b/production/start-production @@ -3,6 +3,7 @@ # BEGIN: Optional configuration settings # This mnemonic is used to set up persistent public key for e2ee +# Replace this with your own 12-word mnemonic. export MNEMONIC="olive two muscle bottom coral ancient wait legend bronze useful process session" # The human readable name this IPFS node identifies as. @@ -11,6 +12,7 @@ export COORD_NAME=ipfs-service-provider-generic # Allow this node to function as a circuit relay. It must not be behind a firewall. #export ENABLE_CIRCUIT_RELAY=true +# Debug level. 0 = minimal info. 2 = max info. export DEBUG_LEVEL=2 # END: Optional configuration settings