mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 22:49:01 -05:00
Revert "🐛 Set proper default tenant on exporter"
This reverts commit 86b2ce4dab
.
This commit is contained in:
parent
dba94237dc
commit
5ae28da709
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
(def ^:private defaults
|
(def ^:private defaults
|
||||||
{:public-uri "http://localhost:3449"
|
{:public-uri "http://localhost:3449"
|
||||||
:tenant "dev"
|
:tenant "default"
|
||||||
:host "localhost"
|
:host "localhost"
|
||||||
:http-server-port 6061
|
:http-server-port 6061
|
||||||
:http-server-host "0.0.0.0"
|
:http-server-host "0.0.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue