Starting of conversion to OpenSearch

This commit is contained in:
Porras-Bernardez 2024-05-13 16:56:15 +02:00
parent 515ef24c54
commit fab69f496b
7 changed files with 54 additions and 2 deletions

View file

@ -91,6 +91,9 @@ module.exports = {
VUE_API: JSON.stringify(process.env.VUE_API),
SOLR_HOST: JSON.stringify(process.env.SOLR_HOST),
SOLR_CORE: JSON.stringify(process.env.SOLR_CORE),
// OPENSEARCH
OPEN_HOST: JSON.stringify(process.env.OPEN_HOST),
OPEN_CORE: JSON.stringify(process.env.OPEN_CORE),
}),
// new NodePolyfillPlugin(),
],