Skip to content

Commit

Permalink
Change IPNS to DNSLink
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Aug 16, 2022
1 parent a31b492 commit 1e33e67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion environments/.env.latest
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ IPFS_SECRET=xxx
IPFS_GW_EXTERNAL_PORT=5050
IPFS_LIBP2P_EXTERNAL_PORT=4002
IPFS_API_EXTERNAL_PORT=5002
IPNS=k51qzi5uqu5dkuzo866rys9qexfvbfdwxjc20njcln808mzjrhnorgu5rh30lb
# IPNS=k51qzi5uqu5dkuzo866rys9qexfvbfdwxjc20njcln808mzjrhnorgu5rh30lb
IPNS=repo.staging.sourcify.dev # Use DNSLink
IPFS_GATEWAY=http://ipfs-latest:8080/ipfs/
# Leave API blank if you don't run an ipfs node
IPFS_API=http://ipfs-latest:5001
Expand Down
3 changes: 2 additions & 1 deletion environments/.env.stable
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ IPFS_SECRET=xxx
IPFS_GW_EXTERNAL_PORT=5051
IPFS_LIBP2P_EXTERNAL_PORT=4003
IPFS_API_EXTERNAL_PORT=5003
IPNS=k51qzi5uqu5dll0ocge71eudqnrgnogmbr37gsgl12uubsinphjoknl6bbi41p
# IPNS=k51qzi5uqu5dll0ocge71eudqnrgnogmbr37gsgl12uubsinphjoknl6bbi41p
IPNS=repo.sourcify.dev # Use DNSLink
IPFS_GATEWAY=http://ipfs-stable:8080/ipfs/
# Leave API blank if you don't run an ipfs node
IPFS_API=http://ipfs-stable:5001
Expand Down
2 changes: 1 addition & 1 deletion ui/.env.development
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REACT_APP_SERVER_URL=http://localhost:5000
# REACT_APP_REPOSITORY_URL=https://localhost:10000
REACT_APP_REPOSITORY_URL=https://repo.staging.sourcify.dev
REACT_APP_IPNS=k51qzi5uqu5dkuzo866rys9qexfvbfdwxjc20njcln808mzjrhnorgu5rh30lb
REACT_APP_IPNS=repo.staging.sourcify.dev
REACT_APP_TAG=latest

0 comments on commit 1e33e67

Please sign in to comment.