We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb250e commit 76355c3Copy full SHA for 76355c3
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
- helia-nestjs
31
- helia-nextjs
32
- helia-parcel
33
+ - helia-remote-pinning
34
- helia-script-tag
35
- helia-ts-node
36
- helia-typescript
@@ -94,6 +95,7 @@ jobs:
94
95
- helia-jest-typescript
96
97
98
99
100
101
examples/helia-remote-pinning/publisher/index.js
@@ -36,6 +36,8 @@ libp2p.connectionGater = {
const helia = heliaWithRemotePins(await createHelia({
37
libp2p
38
}), {
39
+ // this is the local pinning service API, for production use, specify the
40
+ // self-hosted or third party service/token here
41
endpointUrl: 'http://127.0.0.1:64486',
42
accessToken: 'SHHH-VERY-SECRET'
43
})
0 commit comments