diff --git a/js/components/routes/constants.js b/js/components/routes/constants.js index f3df93937..0ffb0f797 100644 --- a/js/components/routes/constants.js +++ b/js/components/routes/constants.js @@ -19,10 +19,10 @@ export const URLS = { //this constant indicates whether we are debugging local stack or remote stack //if we are debugging local stack this variable needs to be set to true and //if were debugging remote stack this variable needs to be set to false -export const isRemoteDebugging = true; +export const isRemoteDebugging = false; -// export const base_url = window.location.protocol + '//' + window.location.host; //url for local developement -export const base_url = 'https://fragalysis-tibor-default.xchem-dev.diamond.ac.uk'; //url for debugging on main dev pod +export const base_url = window.location.protocol + '//' + window.location.host; //url for local developement +// export const base_url = 'https://fragalysis-tibor-default.xchem-dev.diamond.ac.uk'; //url for debugging on main dev pod //export const base_url = 'https://fragalysis-boris-default.xchem-dev.diamond.ac.uk'; //url for debugging on secondary dev pod // export const base_url = 'https://fragalysis.xchem.diamond.ac.uk'; //url for debugging staging // export const base_url = 'https://fragalysis.diamond.ac.uk'; //url for debugging production