diff --git a/scripts/figwheel.clj b/scripts/figwheel.clj
index 6575e7621..599c6fa73 100644
--- a/scripts/figwheel.clj
+++ b/scripts/figwheel.clj
@@ -16,10 +16,8 @@
                 :asset-path "js"
                 :parallel-build false
                 :optimizations :none
-                ;; :closure-defines {"uxbox.repo.core.url"
-                ;;                   "https://test.uxbox.io/api"}
                 :closure-defines {"uxbox.repo.core.url"
-                                  "http://localhost:6060/api"}
+                                  "https://test.uxbox.io/api"}
                 :warnings {:ns-var-clash false}
                 :pretty-print true
                 :language-in  :ecmascript5