Skip to content
Snippets Groups Projects
Commit 6be8c9b2 authored by rhenck's avatar rhenck
Browse files

Remive special mock environment file

The mock is nw the default, the old dev file was of no use outside the 
setup project, so it is kept there now.
parent a7e57693
No related branches found
No related tags found
No related merge requests found
Pipeline #18408 failed
......@@ -19,9 +19,6 @@ test-unit:
test-e2e:
docker-compose -f docker/docker-compose.yml exec -T testcenter-frontend-dev ng e2e --webdriver-update=false --port 4202 -c e2e
init-dev-mock-config:
cp src/environments/environment.dev.mock.ts src/environments/environment.ts
init-dev-config:
cp src/environments/environment.dev.ts src/environments/environment.ts
......
export const environment = {
production: false,
testcenterUrl: 'http://localhost:8000/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '9.1.0',
veronaApiVersionSupported: '2.1.0'
};
export const environment = {
production: false,
testcenterUrl: '/api/',
testcenterUrl: 'http://localhost:8000/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '9.1.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