Skip to content
Snippets Groups Projects

Merge 18.1.0

Merged Piotr Gawron requested to merge merge-18.1.0 into development
8 files
+ 35
9
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 3
2
// const root = 'https://minerva-dev.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 = {
BASE_API_URL: `${root}/minerva/api`,
BASE_NEW_API_URL: `${root}/minerva/new_api/`,
BASE_MAP_IMAGES_URL: `${root}/`,
BASE_MAP_IMAGES_URL: `${root}`,
DEFAULT_PROJECT_ID: 'sample',
ADMIN_PANEL_URL: `${root}/minerva/admin.xhtml`,
};
Loading