mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
📎 Add temporal workaround on config.env file
This commit is contained in:
parent
6b18b258a4
commit
c91e2d13c0
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
# Should be set to the public domain where penpot is going to be served.
|
# Should be set to the public domain where penpot is going to be served.
|
||||||
PENPOT_PUBLIC_URI=http://localhost:9001
|
PENPOT_PUBLIC_URI=http://localhost:9001
|
||||||
|
|
||||||
|
# Temporal workaround because of bad builtin default
|
||||||
|
PENPOT_HTTP_SERVER_HOST=0.0.0.0
|
||||||
|
|
||||||
# Standard database connection parameters (only postgresql is supported):
|
# Standard database connection parameters (only postgresql is supported):
|
||||||
PENPOT_DATABASE_URI=postgresql://penpot-postgres/penpot
|
PENPOT_DATABASE_URI=postgresql://penpot-postgres/penpot
|
||||||
PENPOT_DATABASE_USERNAME=penpot
|
PENPOT_DATABASE_USERNAME=penpot
|
||||||
|
|
Loading…
Reference in a new issue