Update chat configuration and remove MultiChat component: Change chat port to 1236 in chatBridge.json, update WebSocket URL in .env.local, and delete the MultiChat.vue component to streamline chat functionality.

This commit is contained in:
Torsten Schulz (local)
2026-03-04 17:24:15 +01:00
parent a2652c983f
commit 407c3b359b
4 changed files with 43 additions and 167 deletions

View File

@@ -1,4 +1,4 @@
VITE_API_BASE_URL=http://localhost:3001
VITE_TINYMCE_API_KEY=xjqnfymt2wd5q95onkkwgblzexams6l6naqjs01x72ftzryg
VITE_DAEMON_SOCKET=ws://localhost:4551
VITE_CHAT_WS_URL=ws://localhost.de:1235
VITE_CHAT_WS_URL=ws://127.0.0.1:1235