File tree 2 files changed +2
-2
lines changed
ui/packages/platform/deploy/configs
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
export PORT=3000
9
9
export REPLICAS=1
10
10
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"
12
12
export REACT_APP_SIGNIN_URL=" https://console-dev.postgres.ai/signin"
13
13
export REACT_APP_EXPLAIN_DEPESZ_SERVER=" https://explain-depesz.postgres.ai/"
14
14
export REACT_APP_EXPLAIN_PEV2_SERVER=" https://v2.postgres.ai/explain-pev2/"
Original file line number Diff line number Diff line change 8
8
export PORT=3000
9
9
export REPLICAS=1
10
10
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"
12
12
export REACT_APP_SIGNIN_URL=" https://console-v2.postgres.ai/signin"
13
13
export REACT_APP_EXPLAIN_DEPESZ_SERVER=" https://explain-depesz.postgres.ai/"
14
14
export REACT_APP_EXPLAIN_PEV2_SERVER=" https://v2.postgres.ai/explain-pev2/"
You can’t perform that action at this time.
0 commit comments