0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -05:00

🐛 Set proper default http server host.

This commit is contained in:
Andrey Antukh 2022-02-04 16:02:51 +01:00
parent 7710ffcbf1
commit 6b18b258a4

View file

@ -42,7 +42,7 @@
(def defaults
{:http-server-port 6060
:http-server-host "localhost"
:http-server-host "0.0.0.0"
:host "devenv"
:tenant "dev"
:database-uri "postgresql://postgres/penpot"