From 181ca34775399587f5839bbee2fe69a948cc3dce Mon Sep 17 00:00:00 2001 From: Melisa Anabella Rossi Date: Fri, 1 Dec 2023 12:57:06 -0300 Subject: [PATCH] Update src/config/env/prod.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gabriel Díaz Signed-off-by: Melisa Anabella Rossi --- src/config/env/prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/env/prod.json b/src/config/env/prod.json index 749ed7ab..468c4ad8 100644 --- a/src/config/env/prod.json +++ b/src/config/env/prod.json @@ -1,5 +1,5 @@ { - "1": "https://wearable-preview.decentraland.org", + "WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.org", "ACCOUNT_URL": "https://decentraland.org/account", "PROFILE_URL": "https://decentraland.org/profile", "MARKETPLACE_URL": "https://decentraland.org/marketplace",