Skip to content

Commit

Permalink
Merge pull request #560 from orkes-io/cluster-upgrade
Browse files Browse the repository at this point in the history
Upgrade typesense cluster
  • Loading branch information
nhandt2021 authored Nov 9, 2023
2 parents c5c6919 + 9e69c72 commit 0c518ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)" \
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},

Expand Down

0 comments on commit 0c518ba

Please sign in to comment.