Skip to content

Commit

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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 || 'http://localhost:9007')
'process.env.GEOSTREAMS_URL': JSON.stringify(process.env.GEOSTREAMS_URL || 'https://smartfarm.ncsa.illinois.edu/geostreams')
})
]
});

0 comments on commit 1ff9683

Please sign in to comment.