Skip to content

Commit

Permalink
Revert "refactor(ipfs): change default ipfs port to 50019"
Browse files Browse the repository at this point in the history
This reverts commit 2e00f57.
  • Loading branch information
Rinse12 committed Dec 9, 2024
1 parent 2e00f57 commit 9f828de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-utils/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import envPaths from "env-paths";
export default {
PLEBBIT_DATA_PATH: envPaths("plebbit", { suffix: "" }).data,
PLEBBIT_RPC_URL: new URL("ws://localhost:9138"),
IPFS_API_URL: new URL("http://127.0.0.1:50019/api/v0"),
IPFS_API_URL: new URL("http://127.0.0.1:5001/api/v0"),
IPFS_GATEWAY_URL: new URL("http://127.0.0.1:6473"),
HTTP_TRACKERS: ["https://peers.pleb.bot", "https://routing.lol"],
PLEBBIT_LOG_PATH: envPaths("plebbit", { suffix: "" }).log
Expand Down

0 comments on commit 9f828de

Please sign in to comment.