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