From 1e5fcb13529bfae991cc965f52afccef6407aa00 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Mon, 5 May 2025 13:30:40 +0330 Subject: [PATCH] change version to 2.0.0 --- example.env.local | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 example.env.local diff --git a/example.env.local b/example.env.local new file mode 100644 index 0000000..7a4dbd6 --- /dev/null +++ b/example.env.local @@ -0,0 +1,5 @@ +NEXT_PUBLIC_VERSION = "2.0.0" + +NEXT_PUBLIC_API_URL = "https://crm.witel.ir/server" +NEXT_PUBLIC_SERVER_SOCKET_URL = "wss://crm.witel.ir" +NEXT_PUBLIC_POWERED_BY_URL = "https://witel.ir" \ No newline at end of file