Proof-Of-Humanity / proof-of-humanity-v2-web

Frontend for Proof of Humanity v2
https://v2.proofofhumanity.id
1 stars 3 forks source link

Update IPFS Gateway #32

Closed salgozino closed 8 months ago

salgozino commented 8 months ago

Currently, we have hardcoded the ipfs gateway pointing to ipfs.kleros.io.

This should be modified in order to manage the gateway with a enviromental variable as was made in kleros-v2

most probably, ipfs.kleros.io will be deprecated during next months, so should not be used as a default value, and is important to have the flexibility to change the gateway directly with a envvar.

martillansky commented 8 months ago

Resolved. Gateway managed through an environmental var which was also created in the corresponding Netlify account.