By default, connect to Khoj server over IPv4 from Obsidian plugin

This commit is contained in:
Debanjum Singh Solanky 2023-07-07 18:54:36 -07:00
parent 571e8c2548
commit 362063f5fe

View file

@ -11,7 +11,7 @@ export interface KhojSetting {
export const DEFAULT_SETTINGS: KhojSetting = {
resultsCount: 6,
khojUrl: 'http://localhost:8000',
khojUrl: 'http://127.0.0.1:8000',
connectedToBackend: false,
autoConfigure: true,
openaiApiKey: '',