File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
examples/helia-remote-pinning/publisher Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3030 - helia-nestjs
3131 - helia-nextjs
3232 - helia-parcel
33+ - helia-remote-pinning
3334 - helia-script-tag
3435 - helia-ts-node
3536 - helia-typescript
9495 - helia-jest-typescript
9596 - helia-nestjs
9697 - helia-parcel
98+ - helia-remote-pinning
9799 - helia-nextjs
98100 - helia-script-tag
99101 - helia-ts-node
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ libp2p.connectionGater = {
3636const helia = heliaWithRemotePins ( await createHelia ( {
3737 libp2p
3838} ) , {
39+ // this is the local pinning service API, for production use, specify the
40+ // self-hosted or third party service/token here
3941 endpointUrl : 'http://127.0.0.1:64486' ,
4042 accessToken : 'SHHH-VERY-SECRET'
4143} )
You can’t perform that action at this time.
0 commit comments