Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
environment.dev.ts 447 B
// This file can be replaced during build by using the `fileReplacements` array.
// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.

export const environment = {
  production: false,
  testcenterUrl: '/api/',
  appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
  apiVersionExpected: '8.0.0',
  veronaApiVersionSupported: '2.1.0'
};