Skip to content

Commit

Permalink
Remove IPFS from DP start.sh (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheran-senthil committed May 10, 2022
1 parent 82bac74 commit cc9b1d0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions discovery-provider/scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@ EOF
fi
fi

if [ -z "$audius_ipfs_host" ]; then
if [ -z "$(ls -A /root/.ipfs)" ]; then
ipfs init --profile server
fi

ipfs daemon &
export audius_ipfs_host=localhost
export WAIT_HOSTS="localhost:5001"
/wait
fi

if [ -z "$audius_redis_url" ]; then
redis-server --daemonize yes
export audius_redis_url="redis://localhost:6379/00"
Expand Down

0 comments on commit cc9b1d0

Please sign in to comment.