From aa4c39395fdafe7ea8897d2a2338ad61c1df7979 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 22 Nov 2016 18:36:23 +0100 Subject: [PATCH] Set proper default config. --- frontend/scripts/figwheel.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/scripts/figwheel.clj b/frontend/scripts/figwheel.clj index bb77ce6e6..9e04b3ffc 100644 --- a/frontend/scripts/figwheel.clj +++ b/frontend/scripts/figwheel.clj @@ -2,8 +2,8 @@ '[figwheel-sidecar.repl-api :as ra]) (def options - {"uxbox.config.url" "http://127.0.0.1:6060/api" - ;; "uxbox.config.url" "https://test.uxbox.io/api" + {;;"uxbox.config.url" "http://127.0.0.1:6060/api" + "uxbox.config.url" "https://test.uxbox.io/api" }) (ra/start-figwheel!