From 26cd395924d1801a6093cbed6b50593bbcedafcf Mon Sep 17 00:00:00 2001 From: matthew Date: Mon, 7 Nov 2022 16:15:16 +0600 Subject: [PATCH] fix proxy url --- searching-front/services/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searching-front/services/helpers.ts b/searching-front/services/helpers.ts index 61f99c4..d43cfc6 100644 --- a/searching-front/services/helpers.ts +++ b/searching-front/services/helpers.ts @@ -1,4 +1,4 @@ export const getTonProxy = () => ({ - host: "in3.ton.org", + host: process.env.TON_PROXY_DOMAIN || "in3.ton.org", port: 8080, }) \ No newline at end of file