environment.prod.ts 72 Bytes
export const AppConfig = {
  production: true,
  environment: 'PROD'
};