Skip to content
Snippets Groups Projects
Commit 85384e96 authored by paflov's avatar paflov
Browse files

Merge branch 'master' into group-monitor-post-test-fixes

parents 1ac34195 1a3289c7
No related branches found
No related tags found
No related merge requests found
Pipeline #19131 passed with warnings
{
"name": "itc-ng",
"version": "6.5.12",
"version": "7.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "itc-ng",
"version": "6.5.12",
"version": "7.0.0",
"license": "MIT",
"repository": {
"type": "git",
......
......@@ -2,6 +2,6 @@ export const environment = {
production: false,
testcenterUrl: '/api/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '9.1.0',
apiVersionExpected: '10.0.0',
veronaApiVersionSupported: '2.1.0'
};
......@@ -2,6 +2,6 @@ export const environment = {
production: false,
testcenterUrl: 'http://backend-mock:4010/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '9.1.0',
apiVersionExpected: '10.0.0',
veronaApiVersionSupported: '2.1.0'
};
......@@ -2,6 +2,6 @@ export const environment = {
production: true,
testcenterUrl: '/api/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '9.1.0',
apiVersionExpected: '10.0.0',
veronaApiVersionSupported: '2.1.0'
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment