Skip to content

Commit

Permalink
Update websocket domain (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-encord authored Nov 10, 2023
1 parent 80d5658 commit 34341e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encord/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
ENCORD_ENDPOINT = ENCORD_DOMAIN + ENCORD_PUBLIC_PATH
ENCORD_USER_ENDPOINT = ENCORD_DOMAIN + ENCORD_PUBLIC_USER_PATH
WEBSOCKET_PATH = "/websocket"
WEBSOCKET_DOMAIN = "wss://message-api.cord.tech"
WEBSOCKET_DOMAIN = "wss://ws.encord.com"
WEBSOCKET_ENDPOINT = WEBSOCKET_DOMAIN + WEBSOCKET_PATH

_CORD_PROJECT_ID = "CORD_PROJECT_ID"
Expand Down

0 comments on commit 34341e7

Please sign in to comment.