Skip to content

Commit

Permalink
add search variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Jan 31, 2023
1 parent b322e8d commit 071604e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export default defineNuxtConfig({
site: '8888'
},
appSearch: {
searchKey: '',
endpointBase: '',
engineName: ''
searchKey: 'search-r53dt9vrcmow7jehdb7671uy',
endpointBase: 'https://search-improvements-poc.ent.australiaeast.azure.elastic-cloud.com',
engineName: 'content-vic-production-app-search'
}
}
}
Expand Down

0 comments on commit 071604e

Please sign in to comment.