Skip to content
Snippets Groups Projects
environment.prod.ts 224 B
Newer Older
Martin Mechtel's avatar
Martin Mechtel committed
export const environment = {
mechtelm's avatar
mechtelm committed
  production: true,
  testcenterUrl: '/api/',
mechtelm's avatar
mechtelm committed
  appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
paf's avatar
paf committed
  apiVersionExpected: '11.0.0',
  veronaApiVersionSupported: '2.1.0'
Martin Mechtel's avatar
Martin Mechtel committed
};