mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 16:06:11 +02:00
🔥 Remove backend-only devenv container
(disable requirement of using cors and secure cookies in devenv)
This commit is contained in:
parent
7560e32911
commit
c4939c152d
4 changed files with 5 additions and 90 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
export PENPOT_HOST=devenv
|
||||
export PENPOT_TENANT=dev
|
||||
export PENPOT_FLAGS="$PENPOT_FLAGS enable-backend-asserts enable-audit-log enable-cors enable-transit-readable-response enable-demo-users"
|
||||
export PENPOT_FLAGS="$PENPOT_FLAGS enable-backend-asserts enable-audit-log enable-transit-readable-response enable-demo-users disable-secure-session-cookies"
|
||||
|
||||
# export PENPOT_DATABASE_URI="postgresql://172.17.0.1:5432/penpot"
|
||||
# export PENPOT_DATABASE_USERNAME="penpot"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue