Code owners
Assign users and groups as approvers for specific file changes. Learn more.
environment.prod.docker.ts 222 B
// ng build --prod
export const environment = {
production: true,
testcenterUrl: 'http://localhost:9092/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '5.0.1'
};