0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

📎 Minor changes on default configuration.

This commit is contained in:
Andrey Antukh 2020-02-04 20:23:04 +01:00
parent d4758bc5b1
commit c5149ec42c
2 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,6 @@
(ns uxbox.config) (ns uxbox.config)
(goog-define url "http://127.0.0.1:6060") (goog-define url "")
(goog-define demo-warning false) (goog-define demo-warning false)
(goog-define default-language "en") (goog-define default-language "en")

View file

@ -29,7 +29,7 @@
;; --- Generic Build Options ;; --- Generic Build Options
(def closure-defines (def closure-defines
(let [url (-> (:uxbox-api-url env "") (let [url (-> (:uxbox-api-url env "http://127.0.0.1:6060")
(str/trim)) (str/trim))
demo-warn (-> (:uxbox-demo-warning env "") demo-warn (-> (:uxbox-demo-warning env "")
(str/trim))] (str/trim))]