Skip to content

Commit

Permalink
Changed CAT ES endpoint to env instead of hardcoded string
Browse files Browse the repository at this point in the history
  • Loading branch information
akeldamas committed Feb 5, 2025
1 parent bf64d5c commit 9e4a441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cat/src/config/elasticSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const fieldConfig: Partial<RDTSearchUIProps> = {
export const elasticConfig: EndpointProps[] = [
{
name: "CAT Catalogue",
url: "https://es.ohsmart.dansdemo.nl/fc4e-cat",
url: import.meta.env.VITE_ELASTICSEARCH_API_ENDPOINT + "/cat",
fullTextFields: fieldConfig.fullTextFields,
fullTextHighlight: fieldConfig.fullTextHighlight,
resultBodyComponent: Cat2Result,
Expand Down

0 comments on commit 9e4a441

Please sign in to comment.