-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TYPESENSE_API_KEY= | ||
TYPESENSE_ADMIN_API_KEY= | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
TYPESENSE is not a recognized word. (unrecognized-spelling)
|
||
TYPESENSE_COLLECTION_NAME=vector_docs | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
TYPESENSE is not a recognized word. (unrecognized-spelling)
|
||
TYPESENSE_HOST= | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
TYPESENSE is not a recognized word. (unrecognized-spelling)
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,17 +45,15 @@ site_generation = 2 | |
|
||
# Search | ||
[params.search] | ||
algolia_app_id = "EOIG7V0A2O" | ||
# Note that it's okay to use this on the front end: https://www.algolia.com/doc/guides/security/api-keys/#search-only-api-key | ||
algolia_public_api_key = "5f712eef8e5dcf4ac4bbbd0099960626" | ||
|
||
algolia_index_prod = "vector_docs_prod" | ||
algolia_index_staging = "vector_docs_staging" | ||
algolia_autocomplete_theme = "classic" | ||
|
||
typesense_api_key = "aTFLzhfCVeTj619Pxkhmz18798Nsau0Z" | ||
typesense_index = "vector_docs" | ||
|
||
# Note that it's okay to use this on the front end: https://typesense.com/docs/guide/security.html#public-api-key | ||
typesense_public_dev_apikey = "aTFLzhfCVeTj619Pxkhmz18798Nsau0Z" | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
Lzhf is not a recognized word. (unrecognized-spelling)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
CVe is not a recognized word. (unrecognized-spelling)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
Pxkhmz is not a recognized word. (unrecognized-spelling)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
Nsau is not a recognized word. (unrecognized-spelling)
|
||
typesense_dev_host = "dnm1k9zrpctsvjowp-1" | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
dnm is not a recognized word. (unrecognized-spelling)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
zrpctsvjowp is not a recognized word. (unrecognized-spelling)
|
||
|
||
# Note that it's okay to use this on the front end: https://typesense.com/docs/guide/security.html#public-api-key | ||
typesense_public_prod_apikey = "sTvKR2ULcYygxPiL9HWEEpNLKlMcYSlf" | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
Yygx is not a recognized word. (unrecognized-spelling)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
HWEEp is not a recognized word. (unrecognized-spelling)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
NLKl is not a recognized word. (unrecognized-spelling)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
YSlf is not a recognized word. (unrecognized-spelling)
|
||
typesense_prod_host = "gk6e3zbyuntvc5dap" | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
zbyuntvc is not a recognized word. (unrecognized-spelling)
|
||
|
||
# VRL JSON server | ||
|