0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 22:49:01 -05:00

Merge pull request #4946 from june128/fix-stuck-progress-bar

Revert "🐛 Set proper default tenant on exporter"
This commit is contained in:
Andrey Antukh 2024-07-31 10:15:28 +02:00 committed by GitHub
commit fdbec9917c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@
(def ^:private defaults
{:public-uri "http://localhost:3449"
:tenant "dev"
:tenant "default"
:host "localhost"
:http-server-port 6061
:http-server-host "0.0.0.0"