mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 05:16:37 +02:00
🐛 Use local backend by default
This commit is contained in:
parent
426904000a
commit
4ec303520b
2 changed files with 3 additions and 3 deletions
|
@ -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 LANG en_US.UTF-8
|
||||||
ENV LC_ALL C.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 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 -
|
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
'[figwheel-sidecar.repl-api :as ra])
|
'[figwheel-sidecar.repl-api :as ra])
|
||||||
|
|
||||||
(def options
|
(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!
|
(ra/start-figwheel!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue