From 4ec303520b4e6be6a1b7ecf4c0fcaf28fa1a3e3c Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Thu, 14 Feb 2019 13:04:35 +0100 Subject: [PATCH] :bug: Use local backend by default --- docker/Dockerfile | 2 +- frontend/scripts/figwheel.clj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d99126222b..cace900f5b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ RUN locale-gen && update-locale LANG=en_US.UTF-8 LC_ALL=C.UTF-8 ENV LANG en_US.UTF-8 ENV LC_ALL C.UTF-8 -ENV API_URL http://127.0.0.1:6060/api +ENV API_URL https://demo.uxbox.io/api RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main" >> /etc/apt/sources.list RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - diff --git a/frontend/scripts/figwheel.clj b/frontend/scripts/figwheel.clj index 16444601de..64c09e6618 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://demo.uxbox.io/api" + { + "uxbox.config.url" "http://127.0.0.1:6060/api" }) (ra/start-figwheel!