Skip to content
Snippets Groups Projects

Resolve "add support for matomo"

Merged Piotr Gawron requested to merge 289-add-support-for-matomo into development
7 files
+ 56
15
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 4
4
window.config = {
window.config = {
BASE_API_URL: 'https://lux1.atcomp.pl/minerva/api',
BASE_API_URL: 'https://minerva-dev.lcsb.uni.lu/minerva/api',
BASE_NEW_API_URL: 'https://lux1.atcomp.pl/minerva/new_api/',
BASE_NEW_API_URL: 'https://minerva-dev.lcsb.uni.lu/minerva/new_api/',
BASE_MAP_IMAGES_URL: 'https://lux1.atcomp.pl/',
BASE_MAP_IMAGES_URL: 'https://minerva-dev.lcsb.uni.lu/',
DEFAULT_PROJECT_ID: 'sample',
DEFAULT_PROJECT_ID: 'sample',
ADMIN_PANEL_URL: 'https://lux1.atcomp.pl/minerva/admin.xhtml',
ADMIN_PANEL_URL: 'https://minerva-dev.lcsb.uni.lu/minerva/admin.xhtml',
};
};
Loading