Skip to content

Commit 416a9de

Browse files
committed
fix(playground): SQL API default port 15432
1 parent 2055bf5 commit 416a9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cubejs-playground/src/pages/ConnectToBI/ConnectToBiPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ReactNode } from 'react';
2-
import { Tabs, Alert, Checkbox, Typography, Space, Layout } from 'antd';
2+
import { Tabs, Alert, Checkbox, Typography, Space } from 'antd';
33
import styled from 'styled-components';
44
import { CodeSnippet } from '../../atoms';
55
import { CopiableInput } from '../../components/CopiableInput';
@@ -154,7 +154,7 @@ type FieldProps =
154154
| ((deployment: CubeSqlCredentials, branchName?: string) => boolean);
155155
};
156156

157-
const CUBESQL_PG_PORT = '5432';
157+
const CUBESQL_PG_PORT = '15432';
158158

159159
const PG_SNIPPET_FIELD: FieldProps = {
160160
type: 'snippet',

0 commit comments

Comments
 (0)