changed port

This commit is contained in:
Chris Troutner
2021-12-29 18:50:09 -08:00
parent 6b23d00ffe
commit 08ec38e3a5
@@ -3,7 +3,7 @@
# This script is an example for running a generic ipfs-service-provider instance.
# Ports
export PORT=5001 # REST API port
export PORT=5005 # REST API port
export IPFS_TCP_PORT=5268
export IPFS_WS_PORT=5269