Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 37cbc02

Browse files
fix: change default host cortex (#961)
1 parent 9d011e3 commit 37cbc02

File tree

1 file changed

+1
-1
lines changed
  • cortex-js/src/infrastructure/constants

1 file changed

+1
-1
lines changed

cortex-js/src/infrastructure/constants/cortex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const databaseName = 'cortex';
44

55
export const databaseFile = `${databaseName}.db`;
66

7-
export const defaultCortexJsHost = 'localhost';
7+
export const defaultCortexJsHost = '127.0.0.1';
88
export const defaultCortexJsPort = 1337;
99

1010
export const defaultCortexCppHost = '127.0.0.1';

0 commit comments

Comments
 (0)