0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

🐛 Set proper default tenant on exporter

This commit is contained in:
Andrey Antukh 2024-05-23 14:42:52 +02:00
parent 29ef9f752a
commit 86b2ce4dab

View file

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