0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Use local backend by default

This commit is contained in:
mathieu.brunot 2019-02-14 13:04:35 +01:00
parent 426904000a
commit 4ec303520b
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 3 additions and 3 deletions

View file

@ -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 -

View file

@ -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!