Merge remote-tracking branch 'origin/main' into develop

This commit is contained in:
Andrey Antukh 2022-02-08 09:12:13 +01:00
commit 979f61df99
6 changed files with 55 additions and 2 deletions

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"