Skip to content

Commit

Permalink
Use load balanced peer for example .env (decentraland#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
menduz authored Nov 1, 2021
1 parent ca268c8 commit 90c72da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REACT_APP_CHAIN_ID=1
# Decentraland APIs
REACT_APP_NFT_SERVER_URL=https://nft-api.decentraland.org/v1
REACT_APP_ATLAS_SERVER_URL=https://api.decentraland.org
REACT_APP_PEER_URL=https://peer.decentraland.org
REACT_APP_PEER_URL=https://peer-lb.decentraland.org
REACT_APP_TRANSACTIONS_API_URL=https://transactions-api.decentraland.org/v1

# Third Party APIs
Expand Down

0 comments on commit 90c72da

Please sign in to comment.