Commit 34e9e50 1 parent f5b27c6 commit 34e9e50 Copy full SHA for 34e9e50
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ export const URLS = {
19
19
//this constant indicates whether we are debugging local stack or remote stack
20
20
//if we are debugging local stack this variable needs to be set to true and
21
21
//if were debugging remote stack this variable needs to be set to false
22
- export const isRemoteDebugging = true ;
22
+ export const isRemoteDebugging = false ;
23
23
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
26
26
//export const base_url = 'https://fragalysis-boris-default.xchem-dev.diamond.ac.uk'; //url for debugging on secondary dev pod
27
27
// export const base_url = 'https://fragalysis.xchem.diamond.ac.uk'; //url for debugging staging
28
28
// export const base_url = 'https://fragalysis.diamond.ac.uk'; //url for debugging production
You can’t perform that action at this time.
0 commit comments