From f303bed88b2dacf648217c6b2718ca30c3d191c2 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Sat, 16 Aug 2025 09:57:00 +0330 Subject: [PATCH] change version to 2.4.1 --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..bb27c1b --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +NEXT_PUBLIC_VERSION = "2.4.1" + +NEXT_PUBLIC_API_URL = "http://192.168.1.20:8888/server" +NEXT_PUBLIC_SERVER_SOCKET_URL = "ws://192.168.1.20:3023" +NEXT_PUBLIC_POWERED_BY_URL = "https://witel.ir" \ No newline at end of file