forked from geolba/tethys.frontend
Starting of conversion to OpenSearch
This commit is contained in:
parent
515ef24c54
commit
fab69f496b
7 changed files with 54 additions and 2 deletions
|
@ -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(),
|
||||
],
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue