From 1d77f50e502df61cdd690ff6249b69e1a4e8d1b0 Mon Sep 17 00:00:00 2001 From: boriskovar-m2ms Date: Tue, 21 May 2024 12:18:37 +0200 Subject: [PATCH] Update constants.js fixed stuff I forgot to change in local dev environment --- js/components/routes/constants.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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