From 9748bdfd0c1dc1350c88c02209feaf63b478b75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Fri, 16 Dec 2022 16:05:51 -0300 Subject: [PATCH] chore: add .env.local.example --- .env.local.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .env.local.example diff --git a/.env.local.example b/.env.local.example new file mode 100644 index 0000000000..7e981d8dcb --- /dev/null +++ b/.env.local.example @@ -0,0 +1,9 @@ +# Algolia +NEXT_PUBLIC_ALGOLIA_APP_ID= +NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY= +NEXT_PUBLIC_ALGOLIA_BASE_SEARCH_INDEX_NAME= + +# GitHub API +# Note: this token expires on Dec 16, 2023 +# check fine-grained tokens https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#about-personal-access-tokens +GITHUB_TOKEN_READ_ONLY=