mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
📎 Update backend scripts/repl with a default config
This commit is contained in:
parent
fe83c5faea
commit
65f182001b
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ export AWS_SECRET_ACCESS_KEY=penpot-devenv
|
|||
export PENPOT_OBJECTS_STORAGE_BACKEND=s3
|
||||
export PENPOT_OBJECTS_STORAGE_S3_ENDPOINT=http://minio:9000
|
||||
export PENPOT_OBJECTS_STORAGE_S3_BUCKET=penpot
|
||||
export PENPOT_OBJECTS_STORAGE_FS_DIRECTORY="assets"
|
||||
|
||||
export OPTIONS="
|
||||
-A:jmx-remote -A:dev \
|
||||
|
|
Loading…
Reference in a new issue