From 9e69c7299887be15a866e6f0e7199e0684afc114 Mon Sep 17 00:00:00 2001 From: James Stuart Milne Date: Thu, 9 Nov 2023 09:36:46 -0300 Subject: [PATCH] feat: upgrade cluster --- .github/workflows/index.yml | 2 +- docusaurus.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: {},