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:
parent
d4758bc5b1
commit
c5149ec42c
2 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@
|
|||
|
||||
(ns uxbox.config)
|
||||
|
||||
(goog-define url "http://127.0.0.1:6060")
|
||||
(goog-define url "")
|
||||
(goog-define demo-warning false)
|
||||
(goog-define default-language "en")
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
;; --- Generic Build Options
|
||||
|
||||
(def closure-defines
|
||||
(let [url (-> (:uxbox-api-url env "")
|
||||
(let [url (-> (:uxbox-api-url env "http://127.0.0.1:6060")
|
||||
(str/trim))
|
||||
demo-warn (-> (:uxbox-demo-warning env "")
|
||||
(str/trim))]
|
||||
|
|
Loading…
Add table
Reference in a new issue