0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-08 07:50:21 -05:00
penpot-export/packages/demos/.env.template
Roberto Redradix ba9886beb4 feat(demo): split demos per output format
Adds a SCSS-specific demo
2023-09-15 18:12:15 +02:00

8 lines
400 B
Text

# 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>"