mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 06:08:09 +00:00
🐛 Set proper default http server host.
This commit is contained in:
parent
7710ffcbf1
commit
6b18b258a4
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user