Skip to content

Commit

Permalink
fix: Remove double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed May 1, 2024
1 parent 2900dd9 commit 12ad190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORS_ORIGIN=^http:\/\/localhost:[0-9]{1,10}$
CORS_METHOD=*
BUILDER_SERVER_URL="https://builder-api.decentraland.org"
BUILDER_SERVER_URL=https://builder-api.decentraland.org
MARKETPLACE_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/decentraland/marketplace
COLLECTIONS_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/decentraland/collections-matic-mainnet
RENTALS_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/decentraland/rentals-ethereum-mainnet
Expand Down
2 changes: 1 addition & 1 deletion .env.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORS_ORIGIN=*
CORS_METHOD=*
BUILDER_SERVER_URL="https://builder-api.decentraland.org"
BUILDER_SERVER_URL=https://builder-api.decentraland.org
MARKETPLACE_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/decentraland/marketplace
COLLECTIONS_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/decentraland/collections-matic-mainnet
RENTALS_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/decentraland/rentals-ethereum-mainnet
Expand Down

0 comments on commit 12ad190

Please sign in to comment.