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:
parent
7f43fc1d98
commit
41303b0a51
1 changed files with 8 additions and 0 deletions
8
packages/demo/.env.template
Normal file
8
packages/demo/.env.template
Normal 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>"
|
Loading…
Reference in a new issue