diff --git a/.github/workflows/index.yml b/.github/workflows/index.yml index 01acef59..64f68d3b 100644 --- a/.github/workflows/index.yml +++ b/.github/workflows/index.yml @@ -20,7 +20,7 @@ jobs: run: | docker run \ -e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \ - -e TYPESENSE_HOST="7xanmp8g5uyd4rqop.a1.typesense.net" \ + -e TYPESENSE_HOST="uo5hblry7wamtzg0p-1.a1.typesense.net" \ -e TYPESENSE_PORT="443" \ -e TYPESENSE_PROTOCOL="https" \ -e CONFIG="$(cat ./search.config.json | jq -r tostring)" \ diff --git a/docusaurus.config.js b/docusaurus.config.js index c737890e..ebdad277 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -214,12 +214,12 @@ const config = { typesenseServerConfig: { nodes: [ { - host: '7xanmp8g5uyd4rqop.a1.typesense.net', + host: 'uo5hblry7wamtzg0p-1.a1.typesense.net', port: 443, protocol: 'https', }, ], - apiKey: 'vrrNV2jm72Jym1qtGfzgcUpGI8gL7uR9', + apiKey: 'cEkYaeSxkAG9QLqD1CtmRiTuUvMZ59Uz', }, typesenseSearchParameters: {},