From 5c759150de16730af7d05025340a68638ddf21bd Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Sat, 13 Apr 2024 10:39:17 +0330 Subject: [PATCH] change .env example --- example.env.local | 2 -- 1 file changed, 2 deletions(-) diff --git a/example.env.local b/example.env.local index 4156f0a..4867855 100644 --- a/example.env.local +++ b/example.env.local @@ -9,6 +9,4 @@ NEXT_PUBLIC_SECONDARY_MAIN = "#FF4E00" NEXT_PUBLIC_BASE_URL = "https://loan.witel.ir" NEXT_PUBLIC_POWERED_BY_URL = "https://witel.ir" -NEXT_PUBLIC_CONFIG_APP_URL = "http://localhost:3000/config.json" - NODE_ENV = "development" \ No newline at end of file