mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🔥 Remove unused config entry
This commit is contained in:
parent
f3472fcd79
commit
38ed3b076a
1 changed files with 0 additions and 2 deletions
|
@ -151,7 +151,6 @@
|
|||
(s/def ::http-server-max-multipart-body-size ::us/integer)
|
||||
(s/def ::http-server-io-threads ::us/integer)
|
||||
(s/def ::http-server-worker-threads ::us/integer)
|
||||
(s/def ::initial-project-skey ::us/string)
|
||||
(s/def ::ldap-attrs-email ::us/string)
|
||||
(s/def ::ldap-attrs-fullname ::us/string)
|
||||
(s/def ::ldap-attrs-username ::us/string)
|
||||
|
@ -248,7 +247,6 @@
|
|||
::http-server-max-multipart-body-size
|
||||
::http-server-io-threads
|
||||
::http-server-worker-threads
|
||||
::initial-project-skey
|
||||
::ldap-attrs-email
|
||||
::ldap-attrs-fullname
|
||||
::ldap-attrs-username
|
||||
|
|
Loading…
Add table
Reference in a new issue