Fix local re-frisk launch (#21972)

This commit is contained in:
Volodymyr Kozieiev 2025-01-22 14:43:26 +00:00 committed by GitHub
parent f474edf67d
commit b49c0ae58a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,5 +129,5 @@
;; if you're using android simulator, I suggest set the env variable to "http://10.0.2.2:"
(goog-define STATUS_BACKEND_SERVER_IMAGE_SERVER_URI_PREFIX "https://localhost:")
(def re-frisk-host (get-config :RE_FRISK_HOST "http://localhost"))
(def re-frisk-host (get-config :RE_FRISK_HOST "localhost"))
(def re-frisk-port (get-config :RE_FRISK_PORT "4567"))