Skip to content

Commit

Permalink
fix: announce cid with cronjob (#532)
Browse files Browse the repository at this point in the history
* fix/announce-cid-with-cronjob: Provided announcing cids with cronjob process

* fix-announce-cid-with-cronjob: changed datastore to datastore-fs and added custom libp2p

* fix/announce-cid-with-cronjob: resolved conflicts

* fix/announce-cid-with-cronjob: reverted old delegated routing url

* fix/announc-cid-with-cronjob: added announce addresse

* fix/announce-cid-with-cronjob: reverted to circuit relay
  • Loading branch information
BEdev24 authored Jan 22, 2025
1 parent 8a3a59a commit ecb5b13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ipfs-service/src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ const libp2pOptions = {
process.env.LISTEN_WS_ADDRESS,
process.env.LISTEN_QUIC_ADDRESS,
],
announce: [
process.env.ANNOUNCE_TCP_ADDRESS,
process.env.ANNOUNCE_WS_ADDRESS,
],
},
connectionManager: {
autoDial: true, // Attempt to dial new peers automatically
Expand Down

0 comments on commit ecb5b13

Please sign in to comment.