Skip to content

Commit

Permalink
Adding parameter category mapping table
Browse files Browse the repository at this point in the history
  • Loading branch information
Vismayak committed Mar 22, 2024
1 parent 256f0c2 commit 12057ce
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 81 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = webpackMerge.merge(commonConfig, {
new Webpack.DefinePlugin({
'process.env.NODE_ENV': '"development"',
'process.env.GEOSERVER_URL': JSON.stringify(process.env.GEOSERVER_URL || 'https://smartfarm.ncsa.illinois.edu/geoserver'),
'process.env.GEOSTREAMS_URL': JSON.stringify(process.env.GEOSTREAMS_URL || 'https://smartfarm.ncsa.illinois.edu/geostreams')
'process.env.GEOSTREAMS_URL': JSON.stringify(process.env.GEOSTREAMS_URL || 'http://localhost:9007')
})
]
});

0 comments on commit 12057ce

Please sign in to comment.