Skip to content

Commit 2e21f05

Browse files
committed
Add comment to CHAINLIT_URL in readme
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
1 parent 133bec5 commit 2e21f05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ SETTINGS_EXPORT += ['CHATBOT_URL']
2424

2525
MIDDLEWARE.append('rdmo_chatbot.plugin.middleware.ChatbotMiddleware')
2626

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.
2731
CHATBOT_URL = 'http://localhost:8080'
2832
CHATBOT_AUTH_SECRET = '' # secret long random string
2933

0 commit comments

Comments
 (0)