Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1ceed08

Browse files
committed
fix(ui): use wss protocol for staging WebSocket servers
1 parent 3fb66de commit 1ceed08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎ui/packages/platform/deploy/configs/dev.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
export PORT=3000
99
export REPLICAS=1
1010
export REACT_APP_API_SERVER="https://v2.postgres.ai/api/general"
11-
export REACT_APP_WS_SERVER="ws://v2.postgres.ai/websockets"
11+
export REACT_APP_WS_SERVER="wss://v2.postgres.ai/websockets"
1212
export REACT_APP_SIGNIN_URL="https://console-dev.postgres.ai/signin"
1313
export REACT_APP_EXPLAIN_DEPESZ_SERVER="https://explain-depesz.postgres.ai/"
1414
export REACT_APP_EXPLAIN_PEV2_SERVER="https://v2.postgres.ai/explain-pev2/"

‎ui/packages/platform/deploy/configs/staging.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
export PORT=3000
99
export REPLICAS=1
1010
export REACT_APP_API_SERVER="https://v2.postgres.ai/api/general"
11-
export REACT_APP_WS_SERVER="ws://v2.postgres.ai/websockets"
11+
export REACT_APP_WS_SERVER="wss://v2.postgres.ai/websockets"
1212
export REACT_APP_SIGNIN_URL="https://console-v2.postgres.ai/signin"
1313
export REACT_APP_EXPLAIN_DEPESZ_SERVER="https://explain-depesz.postgres.ai/"
1414
export REACT_APP_EXPLAIN_PEV2_SERVER="https://v2.postgres.ai/explain-pev2/"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /