Skip to content

Commit

Permalink
Update constants.js (#426)
Browse files Browse the repository at this point in the history
fixed stuff I forgot to change in local dev environment
  • Loading branch information
boriskovar-m2ms authored May 21, 2024
1 parent f5b27c6 commit 34e9e50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/components/routes/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 34e9e50

Please sign in to comment.