use staging ws url

This commit is contained in:
Tienson Qin
2026-01-09 13:48:51 +08:00
parent b9d6f472c3
commit 1e8c89d602

View File

@@ -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
;; =============