environment.ts 74 Bytes
export const AppConfig = {
  production: false,
  environment: 'LOCAL'
};