Skip to content

Commit

Permalink
Merge branch 'change-ace-bot-wss-url' into 'master'
Browse files Browse the repository at this point in the history
change url to bot websocket

See merge request postgres-ai/database-lab!868
  • Loading branch information
Bogdan Tsechoev committed May 16, 2024
2 parents 5773279 + b54a04e commit 12c0ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/platform/deploy/configs/production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export REACT_APP_STRIPE_API_KEY="xxx"
export REACT_APP_SENTRY_DSN="https://91517477289e477cb8880f2f07a82632@sentry.postgres.ai/2"

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

0 comments on commit 12c0ed5

Please sign in to comment.