Skip to content

Commit

Permalink
Add prod config, argl, forgotten! Sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
fungunga committed Feb 24, 2021
1 parent 9123fe1 commit 8e57cd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions js/GeoTemConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ GeoTemConfig = {
allowColumnRenaming : true,
proxy : '/php/proxy.php?address=', // set this if a HTTP proxy shall be used (e.g. to bypass
// X-Domain problems)
// FIXME Please change for release!
// dariahOwnStorageURL : 'https://cdstar.de.dariah.eu/dariah/', // URL of DARIAH-DE OwnStorage
dariahOwnStorageURL : 'https://cdstar.de.dariah.eu/test/dariah/', // URL of DARIAH-DE OwnStorage
// FIXME Please change for release!
// datasheetEditorURL : '/edit/index.html', // URL of the Datasheet Editor
datasheetEditorURL : '/beta/edit/index.html', // URL of the Datasheet Editor
// FIXME Please change for beta!
dariahOwnStorageURL : 'https://cdstar.de.dariah.eu/dariah/', // URL of DARIAH-DE OwnStorage
// dariahOwnStorageURL : 'https://cdstar.de.dariah.eu/test/dariah/', // URL of DARIAH-DE OwnStorage
// FIXME Please change for beta!
datasheetEditorURL : '/edit/index.html', // URL of the Datasheet Editor
// 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 8e57cd6

Please sign in to comment.