Skip to content

Commit f4004a1

Browse files
authored
fix: Update PEER_URL in development configuration (#188)
Signed-off-by: Gabriel Díaz <git@subsme.slmail.me>
1 parent 2ed460d commit f4004a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/env/dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"ENVIRONMENT": "development",
33
"MARKETPLACE_SERVER_URL": "https://marketplace-api.decentraland.zone",
44
"SENTRY_DSN": "https://fc6203205a7c4a0e1408cc9e7fdad2be@o4504361728212992.ingest.us.sentry.io/4510982059130880",
5-
"PEER_URL": "https://peer-ap1.decentraland.zone",
5+
"PEER_URL": "https://peer.decentraland.zone",
66
"NETWORK": "amoy"
77
}

0 commit comments

Comments
 (0)