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