Skip to content

Commit

Permalink
chore: configure TypeSense to use the new TypeSense server (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Apr 29, 2024
1 parent c8e040f commit f449ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,12 @@ const config = {
typesenseServerConfig: {
nodes: [
{
host: 'typesense.mgmt.kubefirst.com',
host: 'typesense.mgmt-20.kubefirst.com',
port: 443,
protocol: 'https',
},
],
apiKey: 'AeeRpiguwfTpmcKHGbBkTmUCkjoPg8nh',
apiKey: 'V2Eu5a3WZy61ZhVoN4ObJhnvLDgFbA7d',
},
contextualSearch: true,
},
Expand Down

0 comments on commit f449ecb

Please sign in to comment.