Skip to content

Commit 4f1ef45

Browse files
committed
chore: default sql api port
1 parent 8ffcb72 commit 4f1ef45

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-backend-shared/src

1 file changed

+1
-1
lines changed

packages/cubejs-backend-shared/src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ const variables: Record<string, (...args: any) => any> = {
15191519
.asBoolStrict();
15201520

15211521
if (isDevMode) {
1522-
return 5555;
1522+
return 15432;
15231523
}
15241524

15251525
return undefined;

0 commit comments

Comments
 (0)