mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
minor comments to startup script
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
# BEGIN: Optional configuration settings
|
# BEGIN: Optional configuration settings
|
||||||
|
|
||||||
# This mnemonic is used to set up persistent public key for e2ee
|
# 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"
|
export MNEMONIC="olive two muscle bottom coral ancient wait legend bronze useful process session"
|
||||||
|
|
||||||
# The human readable name this IPFS node identifies as.
|
# 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.
|
# Allow this node to function as a circuit relay. It must not be behind a firewall.
|
||||||
#export ENABLE_CIRCUIT_RELAY=true
|
#export ENABLE_CIRCUIT_RELAY=true
|
||||||
|
|
||||||
|
# Debug level. 0 = minimal info. 2 = max info.
|
||||||
export DEBUG_LEVEL=2
|
export DEBUG_LEVEL=2
|
||||||
|
|
||||||
# END: Optional configuration settings
|
# END: Optional configuration settings
|
||||||
|
|||||||
Reference in New Issue
Block a user