Skip to content

Commit

Permalink
feat: move search to the new TypeSense server
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Oct 17, 2024
1 parent 17c0311 commit b0da6a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TYPESENSE_API_KEY=<API_KEY_HERE>
TYPESENSE_HOST=typesense.mgmt-20.kubefirst.com
TYPESENSE_HOST=typesense.konstruct.io
TYPESENSE_PORT=443
TYPESENSE_PROTOCOL=https
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ const config = {
typesenseServerConfig: {
nodes: [
{
host: 'typesense.mgmt-20.kubefirst.com',
host: 'typesense.konstruct.io',
port: 443,
protocol: 'https',
},
],
apiKey: 'bXLafYINyTtPXLo8KeP1znyMUDXtwVUl',
apiKey: 'CVEaAjYAU7dImdOjel0aPz7qGRzFIsfi',
},
contextualSearch: true,
},
Expand Down

0 comments on commit b0da6a7

Please sign in to comment.