environment.ts 74 Bytes
Newer Older
1 2 3 4
export const AppConfig = {
  production: false,
  environment: 'LOCAL'
};