1- // This file can be replaced during build by using the ` fileReplacements` array.
2- // ` ng build --prod` replaces ` environment.ts` with ` environment.prod.ts` .
3- // The list of file replacements can be found in ` angular.json` .
1+ // This file can be replaced during build by using the ' fileReplacements' array.
2+ // ' ng build --prod' replaces ' environment.ts' with ' environment.prod.ts' .
3+ // The list of file replacements can be found in ' angular.json' .
44import { EnvironmentType } from './enum' ;
55
66export const environment = {
77 production : EnvironmentType . TT_DEV ,
8- timeTrackerApiUrl : process . env [ ` API_URL` ] ,
8+ timeTrackerApiUrl : process . env [ ' API_URL' ] ,
99 stackexchangeApiUrl : 'https://api.stackexchange.com' ,
1010} ;
1111
1212
1313
14- export const AUTHORITY = process . env [ ` AUTHORITY` ] ;
15- export const CLIENT_ID = process . env [ ` CLIENT_ID` ] ;
16- export const CLIENT_URL = process . env [ ` CLIENT_URL` ] ;
17- export const SCOPES = process . env [ ` SCOPES` ] . split ( `,` ) ;
14+ export const AUTHORITY = process . env [ ' AUTHORITY' ] ;
15+ export const CLIENT_ID = process . env [ ' CLIENT_ID' ] ;
16+ export const CLIENT_URL = process . env [ ' CLIENT_URL' ] ;
17+ export const SCOPES = process . env [ ' SCOPES' ] . split ( ',' ) ;
1818export const ITEMS_PER_PAGE = 5 ;
19- export const STACK_EXCHANGE_ID = process . env [ ` STACK_EXCHANGE_ID` ] ;
20- export const STACK_EXCHANGE_ACCESS_TOKEN = process . env [ ` STACK_EXCHANGE_ACCESS_TOKEN` ] ;
21- export const AZURE_APP_CONFIGURATION_CONNECTION_STRING = process . env [ ` AZURE_APP_CONFIGURATION_CONNECTION_STRING` ] ;
19+ export const STACK_EXCHANGE_ID = process . env [ ' STACK_EXCHANGE_ID' ] ;
20+ export const STACK_EXCHANGE_ACCESS_TOKEN = process . env [ ' STACK_EXCHANGE_ACCESS_TOKEN' ] ;
21+ export const AZURE_APP_CONFIGURATION_CONNECTION_STRING = process . env [ ' AZURE_APP_CONFIGURATION_CONNECTION_STRING' ] ;
2222export const DATE_FORMAT = 'yyyy-MM-dd' ;
2323export const DATE_FORMAT_YEAR = 'YYYY-MM-DD' ;
2424export const GROUPS = {
@@ -39,7 +39,7 @@ export const ROLES = {
3939
4040/*
4141 * For easier debugging in development mode, you can import the following file
42- * to ignore zone related error stack frames such as ` zone.run`, ` zoneDelegate.invokeTask` .
42+ * to ignore zone related error stack frames such as ' zone.run', ' zoneDelegate.invokeTask' .
4343 *
4444 * This import should be commented out in production mode because it will have a negative impact
4545 * on performance if an error is thrown.
0 commit comments