FIX_CHATBOT_URL

This commit is contained in:
velz 2025-08-02 12:15:08 +05:30
parent aea9753da0
commit f56b2afc8d

View File

@ -27,8 +27,8 @@
var botmanWidget = { var botmanWidget = {
// chatServer: 'https://venbait.in/nhance/chatbot/chat', // chatServer: 'https://venbait.in/nhance/chatbot/chat',
// frameEndpoint: 'https://venbait.in/nhance/chatbot/widget', // frameEndpoint: 'https://venbait.in/nhance/chatbot/widget',
chatServer: 'https://localhost/PHP828APPS/ruc/nhance/chat', chatServer: `<?=base_url('chat')?>`,
frameEndpoint: 'https://localhost/PHP828APPS/ruc/nhance/widget', frameEndpoint: `<?=base_url('widget')?>`,
title: "Ask ILA", title: "Ask ILA",
placeholderText: "Type your message here...", placeholderText: "Type your message here...",
aboutText: "Insurance Assistant ILA", aboutText: "Insurance Assistant ILA",