Skip to content
Snippets Groups Projects

Merge 18.1.0

Merged Piotr Gawron requested to merge merge-18.1.0 into development
15 files
+ 64
20
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 2
1
@@ -2,10 +2,11 @@
@@ -2,10 +2,11 @@
// const root = 'https://scimap.lcsb.uni.lu';
// const root = 'https://scimap.lcsb.uni.lu';
const root = 'https://lux1.atcomp.pl';
const root = 'https://lux1.atcomp.pl';
 
// const root = 'http://localhost:8080';
window.config = {
window.config = {
BASE_API_URL: `${root}/minerva/api`,
BASE_API_URL: `${root}/minerva/api`,
BASE_NEW_API_URL: `${root}/minerva/new_api/`,
BASE_NEW_API_URL: `${root}/minerva/new_api/`,
BASE_MAP_IMAGES_URL: `${root}/`,
BASE_MAP_IMAGES_URL: `${root}`,
DEFAULT_PROJECT_ID: 'sample',
DEFAULT_PROJECT_ID: 'sample',
ADMIN_PANEL_URL: `${root}/minerva/admin.xhtml`,
ADMIN_PANEL_URL: `${root}/minerva/admin.xhtml`,
};
};
Loading