Explorar o código

feat: initialize environment configuration with local API and WebSocket URLs

Dr-Swopt hai 4 días
pai
achega
c61d91c11c
Modificáronse 1 ficheiros con 8 adicións e 4 borrados
  1. 8 4
      src/environments/environment.ts

+ 8 - 4
src/environments/environment.ts

@@ -1,6 +1,10 @@
 export const environment = {
   production: false,
-  apiUrl: 'https://192.168.100.100:3000',
-  nestWsUrl: 'https://192.168.100.100:3000',   // Socket.io host (monitor + vision + embedding)
-  n8nWebhookUrl: 'http://192.168.100.100:3000:5678/webhook/rag-query', // n8n RAG entry webhook
-};
+  apiUrl: 'https://localhost:3000',
+  nestWsUrl: 'https://localhost:3000',   // Socket.io host (monitor + vision + embedding)
+}
+// export const environment = {
+//   production: false,
+//   apiUrl: 'https://192.168.100.100:3000',
+//   nestWsUrl: 'https://192.168.100.100:3000',   // Socket.io host (monitor + vision + embedding)
+// };