From e8e9292038eb26cad26826e8e5ce9e59eaff6036 Mon Sep 17 00:00:00 2001 From: Yasiu1376 Date: Mon, 30 Oct 2023 12:10:38 +0330 Subject: [PATCH] correct example.env --- example.env.local | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example.env.local b/example.env.local index 43f706c..f6f0f33 100644 --- a/example.env.local +++ b/example.env.local @@ -10,6 +10,7 @@ NEXT_PUBLIC_BASE_URL = "https://crm.witel.ir" NEXT_PUBLIC_SERVER_SOCKET_URL = "wss://crmws.witel.ir" NEXT_PUBLIC_POWERED_BY_URL = "https://witel.ir" -NEXT_HAS_NOTIFICATION = "false" +NEXT_PUBLIC_HAS_VALUE=["NEXT_PUBLIC_HAS_WIDGET"] + +NODE_ENV = "development" -NODE_ENV = "development" \ No newline at end of file