From 9a6eef0a0786f06034cecfe5c9be1c538d851552 Mon Sep 17 00:00:00 2001 From: Vadim Date: Thu, 26 Mar 2026 09:59:44 +0300 Subject: [PATCH] wip --- .env | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 02f394b..bdee457 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ VITE_API_URL=https://chat.madsky.ru -VITE_WS_URL=ws://localhost:3000 \ No newline at end of file +VITE_WS_URL=https://chat.madsky.ru \ No newline at end of file diff --git a/.env.production b/.env.production index 4bddbaf..bdee457 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ VITE_API_URL=https://chat.madsky.ru -VITE_WS_URL=ws://chat.madsky.ru \ No newline at end of file +VITE_WS_URL=https://chat.madsky.ru \ No newline at end of file