mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
🔥 Remove some deprecated config attrs
This commit is contained in:
parent
2a9c8eb9af
commit
f9447029f3
1 changed files with 0 additions and 5 deletions
|
@ -87,10 +87,7 @@
|
||||||
(s/def ::flags ::us/vec-of-keywords)
|
(s/def ::flags ::us/vec-of-keywords)
|
||||||
|
|
||||||
;; DEPRECATED PROPERTIES
|
;; DEPRECATED PROPERTIES
|
||||||
(s/def ::registration-enabled ::us/boolean)
|
|
||||||
(s/def ::smtp-enabled ::us/boolean)
|
|
||||||
(s/def ::telemetry-enabled ::us/boolean)
|
(s/def ::telemetry-enabled ::us/boolean)
|
||||||
(s/def ::asserts-enabled ::us/boolean)
|
|
||||||
;; END DEPRECATED
|
;; END DEPRECATED
|
||||||
|
|
||||||
(s/def ::audit-log-archive-uri ::us/string)
|
(s/def ::audit-log-archive-uri ::us/string)
|
||||||
|
@ -274,7 +271,6 @@
|
||||||
::public-uri
|
::public-uri
|
||||||
::redis-uri
|
::redis-uri
|
||||||
::registration-domain-whitelist
|
::registration-domain-whitelist
|
||||||
::registration-enabled
|
|
||||||
::rlimit-font
|
::rlimit-font
|
||||||
::rlimit-file-update
|
::rlimit-file-update
|
||||||
::rlimit-image
|
::rlimit-image
|
||||||
|
@ -285,7 +281,6 @@
|
||||||
::sentry-trace-sample-rate
|
::sentry-trace-sample-rate
|
||||||
::smtp-default-from
|
::smtp-default-from
|
||||||
::smtp-default-reply-to
|
::smtp-default-reply-to
|
||||||
::smtp-enabled
|
|
||||||
::smtp-host
|
::smtp-host
|
||||||
::smtp-password
|
::smtp-password
|
||||||
::smtp-port
|
::smtp-port
|
||||||
|
|
Loading…
Add table
Reference in a new issue