Skip to content

Commit

Permalink
correct parentOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
osfameron committed Jan 31, 2024
1 parent b4ae91e commit 30c5572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/13-chatbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var iframeLoader = new ChatBotUiLoader.IframeLoader();

var chatbotUiconfig = {
ui: {
parentOrigin: "http://localhost:8000",
parentOrigin: "https://preview.docs-test.couchbase.com",
toolbarTitle: "Couchbase",
toolbarLogo:
"https://www.couchbase.com/wp-content/uploads/sites/3/2023/10/SDKs_Ottoman.svg",
Expand Down

0 comments on commit 30c5572

Please sign in to comment.