mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 16:07:15 +02:00
🐛 Fix unexpected exception on pprint error.
This commit is contained in:
parent
4e43bf5f78
commit
412a3c923b
2 changed files with 12 additions and 6 deletions
|
@ -29,10 +29,12 @@
|
|||
:public-uri "http://localhost:3449/"
|
||||
:redis-uri "redis://localhost/0"
|
||||
|
||||
:storage-backend :fs
|
||||
:storage-fs-old-directory "resources/public/media"
|
||||
:storage-fs-directory "resources/public/assets"
|
||||
:storage-fs-uri "http://localhost:3449/internal/assets/"
|
||||
:storage-s3-region :eu-central-1
|
||||
:storage-s3-bucket "penpot-devenv-assets-pre"
|
||||
|
||||
:image-process-max-threads 2
|
||||
|
||||
|
@ -223,7 +225,3 @@
|
|||
|
||||
(def default-deletion-delay
|
||||
(dt/duration {:hours 48}))
|
||||
|
||||
(prefer-method print-method
|
||||
clojure.lang.IRecord
|
||||
clojure.lang.IDeref)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue