mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 13:21:39 +02:00
🎉 Add better feedback backend.
This commit is contained in:
parent
833944bebb
commit
0683c4a963
9 changed files with 26 additions and 60 deletions
|
@ -90,6 +90,7 @@
|
|||
(s/def ::error-report-webhook ::us/string)
|
||||
(s/def ::feedback-destination ::us/string)
|
||||
(s/def ::feedback-enabled ::us/boolean)
|
||||
(s/def ::feedback-token ::us/string)
|
||||
(s/def ::github-client-id ::us/string)
|
||||
(s/def ::github-client-secret ::us/string)
|
||||
(s/def ::gitlab-base-uri ::us/string)
|
||||
|
@ -162,6 +163,7 @@
|
|||
::error-report-webhook
|
||||
::feedback-destination
|
||||
::feedback-enabled
|
||||
::feedback-token
|
||||
::github-client-id
|
||||
::github-client-secret
|
||||
::gitlab-base-uri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue