Skip to content
Snippets Groups Projects
environment.prod.ts 234 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: '/',
      appName: 'IQB-Testcenter',
      appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
    
    mechtelm's avatar
    mechtelm committed
      appVersion: '1.1.5 - 31.3.2019'
    
    Martin Mechtel's avatar
    Martin Mechtel committed
    };