chore: add definitions for re-frisk environment variables in status config

This commit is contained in:
Sean Hagstrom 2024-12-10 14:31:48 -08:00
parent a6fb1136b4
commit b261af5373
No known key found for this signature in database
GPG Key ID: 5257FEDF56307320
1 changed files with 3 additions and 0 deletions

View File

@ -150,3 +150,6 @@
(goog-define STATUS_BACKEND_SERVER_ROOT_DATA_DIR "")
;; 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-port (get-config :RE_FRISK_PORT "4567"))