mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 08:56:13 +02:00
🐛 Fix default configuration
This commit is contained in:
parent
b2b221516c
commit
0b984a44d7
5 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export PENPOT_FLAGS="$PENPOT_FLAGS enable-asserts"
|
||||
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"
|
||||
|
||||
set -ex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue