- npm updates

- add solr connection via environment variables
This commit is contained in:
Arno Kaimbacher 2022-01-21 14:02:28 +01:00
commit b0aeb03d15
5 changed files with 432 additions and 433 deletions

View file

@ -28,6 +28,8 @@ module.exports = {
plugins: [
new webpack.DefinePlugin({
VUE_APP_PORTAL: JSON.stringify(process.env.VUE_APP_PORTAL),
SOLR_HOST: JSON.stringify(process.env.SOLR_HOST),
SOLR_CORE: JSON.stringify(process.env.SOLR_CORE),
}),
],
},