Improve cache handling.

And make the devenv http server behave similar to a production
environment (related to cache handling).
This commit is contained in:
Andrey Antukh 2020-06-02 16:14:23 +02:00 committed by Alonso Torres
parent 935b835853
commit 8c18e9bfbf
12 changed files with 160 additions and 8 deletions

View file

@ -13,7 +13,7 @@
(this-as global
(let [config (obj/get global "uxboxConfig")
puri (obj/get config "publicURI" "http://localhost:3449")
buri (obj/get config "backendURI" "http://localhost:6060")
buri (obj/get config "backendURI" "http://localhost:3449")
gcid (obj/get config "googleClientID" true)
warn (obj/get config "demoWarning" true)]
(def default-language "en")