Skip to content

Commit

Permalink
change url to bot websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Tsechoev committed May 16, 2024
1 parent 5773279 commit b54a04e
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://[email protected]/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 b54a04e

Please sign in to comment.