|
@@ -37,9 +37,10 @@
|
|
|
:closure-defines {goog.debug.LOGGING_ENABLED true
|
|
|
frontend.modules.instrumentation.sentry/SENTRY-DSN #shadow/env "LOGSEQ_SENTRY_DSN"
|
|
|
frontend.modules.instrumentation.posthog/POSTHOG-TOKEN #shadow/env "LOGSEQ_POSTHOG_TOKEN"
|
|
|
- frontend.compile-config/ENABLE-PLUGINS #shadow/env ["ENABLE_PLUGINS" :as :bool :default true]
|
|
|
+ frontend.compile-config/ENABLE-FILE-SYNC-FEATURE #shadow/env ["ENABLE_LOGSEQ_SYNC" :as :bool :default true]
|
|
|
+ frontend.compile-config/ENABLE-PLUGINS #shadow/env ["ENABLE_LOGSEQ_PLUGINS" :as :bool :default true]
|
|
|
;; Set to switch file sync server to dev, set this to false in `yarn watch`
|
|
|
- frontend.compile-config/ENABLE-FILE-SYNC-PRODUCTION #shadow/env ["ENABLE_FILE_SYNC_PRODUCTION" :as :bool :default true]
|
|
|
+ frontend.compile-config/ENABLE-FILE-SYNC-PRODUCTION #shadow/env ["LOGSEQ_SYNC_ENV_PROD" :as :bool :default true]
|
|
|
frontend.compile-config/TEST #shadow/env ["LOGSEQ_CI" :as :bool :default false]
|
|
|
frontend.compile-config/REVISION #shadow/env ["LOGSEQ_REVISION" :default "dev"]} ;; set by git-revision-hook
|
|
|
|