Skip to content
Snippets Groups Projects
environment.dev.ts 426 B
Newer Older
  • Learn to ignore specific revisions
  • // 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: 'http://localhost:8000/',
      appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
      apiVersionExpected: '4.0.0'
    };