mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
use staging ws url
This commit is contained in:
@@ -59,11 +59,11 @@
|
||||
(goog-define ENABLE-WORKER-SYNC true)
|
||||
(defonce worker-sync-enabled? ENABLE-WORKER-SYNC)
|
||||
|
||||
(defonce worker-sync-ws-url "ws://127.0.0.1:8787/sync/%s")
|
||||
;; (defonce worker-sync-ws-url "wss://logseq-sync.logseq.workers.dev/sync/%s")
|
||||
;; (defonce worker-sync-ws-url "ws://127.0.0.1:8787/sync/%s")
|
||||
(defonce worker-sync-ws-url "wss://logseq-sync.logseq.workers.dev/sync/%s")
|
||||
|
||||
(defonce worker-sync-http-base "http://127.0.0.1:8787")
|
||||
;; (defonce worker-sync-http-base "https://logseq-sync.logseq.workers.dev")
|
||||
;; (defonce worker-sync-http-base "http://127.0.0.1:8787")
|
||||
(defonce worker-sync-http-base "https://logseq-sync.logseq.workers.dev")
|
||||
|
||||
;; Feature flags
|
||||
;; =============
|
||||
|
||||
Reference in New Issue
Block a user