Skip to content

Commit

Permalink
fix: change default host cortex (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
marknguyen1302 authored Aug 1, 2024
1 parent 9d011e3 commit 37cbc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-js/src/infrastructure/constants/cortex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const databaseName = 'cortex';

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

export const defaultCortexJsHost = 'localhost';
export const defaultCortexJsHost = '127.0.0.1';
export const defaultCortexJsPort = 1337;

export const defaultCortexCppHost = '127.0.0.1';
Expand Down

0 comments on commit 37cbc02

Please sign in to comment.