mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Update default Khoj server URL to Khoj cloud on Emacs, Obsidian clients
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
;; Khoj Static Configuration
|
||||
;; -------------------------
|
||||
|
||||
(defcustom khoj-server-url "http://localhost:42110"
|
||||
(defcustom khoj-server-url "https://app.khoj.dev"
|
||||
"Location of Khoj API server."
|
||||
:group 'khoj
|
||||
:type 'string)
|
||||
@@ -94,7 +94,7 @@
|
||||
:type 'number)
|
||||
|
||||
(defcustom khoj-api-key nil
|
||||
"API Key to Khoj server."
|
||||
"API Key to your Khoj. Default at https://app.khoj.dev/config#clients."
|
||||
:group 'khoj
|
||||
:type 'string)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user