mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 08:28:33 +02:00
🔧 ldap frontend config, locales, gulp config
This commit is contained in:
parent
005f70ed19
commit
6fd7a23690
3 changed files with 16 additions and 0 deletions
|
@ -15,10 +15,12 @@
|
|||
puri (obj/get config "publicURI")
|
||||
wuri (obj/get config "workerURI")
|
||||
gcid (obj/get config "googleClientID" true)
|
||||
lwl (obj/get config "loginWithLDAP" false)
|
||||
warn (obj/get config "demoWarning" true)]
|
||||
(def default-language "en")
|
||||
(def demo-warning warn)
|
||||
(def google-client-id gcid)
|
||||
(def login-with-ldap lwl)
|
||||
(def worker-uri wuri)
|
||||
(def public-uri puri)
|
||||
(def default-theme "default")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue