Skip to content

Commit 34e9e50

Browse files
Update constants.js (#426)
fixed stuff I forgot to change in local dev environment
1 parent f5b27c6 commit 34e9e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/components/routes/constants.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export const URLS = {
1919
//this constant indicates whether we are debugging local stack or remote stack
2020
//if we are debugging local stack this variable needs to be set to true and
2121
//if were debugging remote stack this variable needs to be set to false
22-
export const isRemoteDebugging = true;
22+
export const isRemoteDebugging = false;
2323

24-
// export const base_url = window.location.protocol + '//' + window.location.host; //url for local developement
25-
export const base_url = 'https://fragalysis-tibor-default.xchem-dev.diamond.ac.uk'; //url for debugging on main dev pod
24+
export const base_url = window.location.protocol + '//' + window.location.host; //url for local developement
25+
// export const base_url = 'https://fragalysis-tibor-default.xchem-dev.diamond.ac.uk'; //url for debugging on main dev pod
2626
//export const base_url = 'https://fragalysis-boris-default.xchem-dev.diamond.ac.uk'; //url for debugging on secondary dev pod
2727
// export const base_url = 'https://fragalysis.xchem.diamond.ac.uk'; //url for debugging staging
2828
// export const base_url = 'https://fragalysis.diamond.ac.uk'; //url for debugging production

0 commit comments

Comments
 (0)