mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 00:51:37 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
f5c913d26e
14 changed files with 349 additions and 210 deletions
|
@ -228,19 +228,9 @@
|
|||
[:objects-storage-s3-endpoint {:optional true} ::sm/uri]
|
||||
[:objects-storage-s3-io-threads {:optional true} ::sm/int]]))
|
||||
|
||||
(def default-flags
|
||||
[:enable-backend-api-doc
|
||||
:enable-backend-openapi-doc
|
||||
:enable-backend-worker
|
||||
:enable-secure-session-cookies
|
||||
:enable-email-verification
|
||||
:enable-v2-migration])
|
||||
|
||||
(defn- parse-flags
|
||||
[config]
|
||||
(flags/parse flags/default
|
||||
default-flags
|
||||
(:flags config)))
|
||||
(flags/parse flags/default (:flags config)))
|
||||
|
||||
(defn read-env
|
||||
[prefix]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue