mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-30 19:03:01 +01:00
By default, connect to Khoj server over IPv4 from Obsidian plugin
This commit is contained in:
parent
571e8c2548
commit
362063f5fe
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export interface KhojSetting {
|
||||||
|
|
||||||
export const DEFAULT_SETTINGS: KhojSetting = {
|
export const DEFAULT_SETTINGS: KhojSetting = {
|
||||||
resultsCount: 6,
|
resultsCount: 6,
|
||||||
khojUrl: 'http://localhost:8000',
|
khojUrl: 'http://127.0.0.1:8000',
|
||||||
connectedToBackend: false,
|
connectedToBackend: false,
|
||||||
autoConfigure: true,
|
autoConfigure: true,
|
||||||
openaiApiKey: '',
|
openaiApiKey: '',
|
||||||
|
|
Loading…
Reference in a new issue