We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 332ee5e + 9dc7252 commit 0484c9dCopy full SHA for 0484c9d
.env.example
@@ -4,6 +4,11 @@
4
# be careful not to expose sensitive data (e.g. your Algolia admin key)
5
6
# Algolia environment (app ID, search key and base search index name required for search)
7
+# You can use the following test keys provided by DocSearch for local development/testing:
8
+# NEXT_PUBLIC_ALGOLIA_APP_ID=R2IYF7ETH7
9
+# NEXT_PUBLIC_ALGOLIA_SEARCH_KEY=599cec31baffa4868cae4e79f180729b
10
+# NEXT_PUBLIC_ALGOLIA_BASE_SEARCH_INDEX_NAME=docsearch
11
+# Replace insertValue with your actual keys for production builds.
12
# NEXT_PUBLIC_ALGOLIA_APP_ID=insertValue
13
# NEXT_PUBLIC_ALGOLIA_SEARCH_KEY=insertValue
14
# NEXT_PUBLIC_ALGOLIA_BASE_SEARCH_INDEX_NAME=insertValue
0 commit comments