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