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

Add environment config production setup with docker.

parent afdade63
No related branches found
No related tags found
No related merge requests found
...@@ -20,5 +20,8 @@ test-unit: ...@@ -20,5 +20,8 @@ test-unit:
# test-e2e: # test-e2e:
# docker-compose -f docker/docker-compose.yml exec testcenter-frontend-dev ng e2e --webdriver-update=false --port 4202 # docker-compose -f docker/docker-compose.yml exec testcenter-frontend-dev ng e2e --webdriver-update=false --port 4202
init-config: init-dev-config:
cp src/environments/environment.dev.ts src/environments/environment.ts cp src/environments/environment.dev.ts src/environments/environment.ts
init-prod-docker-config:
cp src/environments/environment.prod.docker.ts src/environments/environment.ts
// ng build --prod
export const environment = {
production: true,
testcenterUrl: 'http://localhost:9092/,
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '5.0.1'
};
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