0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-04 13:50:05 -05:00

docs(demo): document environment variables

This commit is contained in:
Roberto Redradix 2023-09-01 11:06:05 +02:00 committed by Roberto RedRadix
parent 7f43fc1d98
commit 41303b0a51

View file

@ -0,0 +1,8 @@
# CONFIG [optional] Base URL of the Penpot instance to be used
# With scheme, optional port and path but without trailing slash
#PENPOT_BASE_URL="https://your.penpot.instance"
# SECRET Personal access token to access the internal Penpot API
# Generate a new one from the Penpot webapp at Your account -> Access Tokens
# It only needs read-only permissions
PENPOT_ACCESS_TOKEN="<generate a new one>"