fix(prod): Adding connection prefrence to production startup script

This commit is contained in:
Chris Troutner
2025-02-23 09:41:55 -07:00
parent 55bf9424f9
commit f1caef2c0d
3 changed files with 10 additions and 5 deletions
+5
View File
@@ -36,4 +36,9 @@ export IPFS_WS_PORT=4003
# 0 = no debug logs. 3 = maximum debug logs.
export DEBUG_LEVEL=0
# Use this if the IPFS node has a publically accessible IP address.
#export CONNECT_PREF=direct
# Use this if the IPFS node is behind a NAT or Firewall and cannot be accessed directly.
export CONNECT_PREF=cr
npm start