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=