Skip to content

Commit

Permalink
Add BETA datasheet editor URL to config, DO REMOVE FOR RELEASE! :-D
Browse files Browse the repository at this point in the history
  • Loading branch information
fungunga committed Nov 16, 2020
1 parent f45f8a7 commit f4aec68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/GeoTemConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ GeoTemConfig = {
proxy : '/php/proxy.php?address=', // set this if a HTTP proxy shall be used (e.g. to bypass
// X-Domain problems)
dariahOwnStorageURL : 'https://cdstar.de.dariah.eu/test/dariah/', // URL of DARIAH-DE OwnStorage
datasheetEditorURL : '/edit/index.html', // URL of the Datasheet Editor
// FIXME REMOVE the "/beta" for Release!
datasheetEditorURL : '/beta/edit/index.html', // URL of the Datasheet Editor
dariahOwnStorageBearerPrefix : 'bearer ',
dariahOwnStorageLogIDPrefix : 'GEOBRO_',
//colors for several datasets; rgb1 will be used for selected objects, rgb0 for unselected
Expand Down

0 comments on commit f4aec68

Please sign in to comment.