Skip to content
Snippets Groups Projects
environment.prod.ts 243 B
Newer Older
  • Learn to ignore specific revisions
  • mechtelm's avatar
    mechtelm committed
    // ng build --prod
    
    
    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',
    
      apiVersionExpected: '6.1.0',
    
      veronaApiVersionSupported: '2.1.0'
    
    Martin Mechtel's avatar
    Martin Mechtel committed
    };