mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
By default, connect to Khoj server over IPv4 from Obsidian plugin
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user