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