From 853c643854ad5d0eb9b8088c4c0ff6277ee43f57 Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Mon, 21 Aug 2023 10:25:44 +0330 Subject: [PATCH] remove useless variable --- example.env.local | 2 -- 1 file changed, 2 deletions(-) diff --git a/example.env.local b/example.env.local index 793dd69..2c06285 100644 --- a/example.env.local +++ b/example.env.local @@ -6,8 +6,6 @@ NEXT_PUBLIC_DEFAULT_DIRECTION = "rtl" NEXT_PUBLIC_PRIMARY_MAIN = "#084070" NEXT_PUBLIC_SECONDARY_MAIN = "#FF4E00" -NEXT_PUBLIC_API_URL = "http://Your IP:3000" - NEXT_PUBLIC_BASE_URL = "https://loan.witel.ir" NODE_ENV = "development" \ No newline at end of file