forked from geolba/tethys.frontend
- npm updates
- add solr connection via environment variables
This commit is contained in:
parent
ae9ff3c24d
commit
b0aeb03d15
5 changed files with 432 additions and 433 deletions
|
|
@ -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),
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue