From 41303b0a51e51b271632c43bc7245eafe93736b1 Mon Sep 17 00:00:00 2001 From: Roberto Redradix Date: Fri, 1 Sep 2023 11:06:05 +0200 Subject: [PATCH] docs(demo): document environment variables --- packages/demo/.env.template | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/demo/.env.template diff --git a/packages/demo/.env.template b/packages/demo/.env.template new file mode 100644 index 0000000..901cef4 --- /dev/null +++ b/packages/demo/.env.template @@ -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=""