We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5504c commit 07ce918Copy full SHA for 07ce918
README.md
@@ -24,6 +24,10 @@ SETTINGS_EXPORT += ['CHATBOT_URL']
24
25
MIDDLEWARE.append('rdmo_chatbot.plugin.middleware.ChatbotMiddleware')
26
27
+# Address of the Chainlit server serving the copilot widget. Provide an
28
+# absolute URL if the frontend and chatbot are on different hosts. A
29
+# relative path (e.g., '/chatbot') also works when both are served from
30
+# the same domain.
31
CHATBOT_URL = 'http://localhost:8080'
32
CHATBOT_AUTH_SECRET = '' # secret long random string
33
0 commit comments