Skip to content

Commit 12c0ed5

Browse files
author
Bogdan Tsechoev
committed
Merge branch 'change-ace-bot-wss-url' into 'master'
change url to bot websocket See merge request postgres-ai/database-lab!868
2 parents 5773279 + b54a04e commit 12c0ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/packages/platform/deploy/configs/production.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export REACT_APP_STRIPE_API_KEY="xxx"
2323
export REACT_APP_SENTRY_DSN="https://[email protected]/2"
2424

2525
# AI Bot
26-
export REACT_APP_WS_URL="wss://postgres.ai/ai-bot-wss/" # don't forget trailing slash!
26+
export REACT_APP_WS_URL="wss://postgres.ai/ai-bot-ws/" # don't forget trailing slash!

0 commit comments

Comments
 (0)