Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
frontend
Merge requests
!374
Merge 18.1.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge 18.1.0
merge-18.1.0
into
development
Overview
0
Commits
6
Pipelines
2
Changes
15
Merged
Piotr Gawron
requested to merge
merge-18.1.0
into
development
2 months ago
Overview
0
Commits
6
Pipelines
2
Changes
15
Expand
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
87d21830
6 commits,
2 months ago
15 files
+
64
−
20
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
public/config.js
+
2
−
1
Options
@@ -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