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',
paflov's avatar
paflov committed
  apiVersionExpected: '10.0.0',
  veronaApiVersionSupported: '2.1.0'
Martin Mechtel's avatar
Martin Mechtel committed
};