mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
419 B
13 lines
419 B
# Algolia
|
|
NEXT_PUBLIC_ALGOLIA_APP_ID=
|
|
NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY=
|
|
NEXT_PUBLIC_ALGOLIA_BASE_SEARCH_INDEX_NAME=
|
|
|
|
# GitHub API
|
|
# 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=
|
|
|
|
# Matomo
|
|
NEXT_PUBLIC_MATOMO_URL=
|
|
NEXT_PUBLIC_MATOMO_SITE_ID=
|
|
NEXT_PUBLIC_MATOMO_OPT_OUT_URL=
|
|
|