source: Farmatiko/ClientApp/src/environments/environment.ts@ 28d7d35

Last change on this file since 28d7d35 was d23bf72, checked in by DimitarSlezenkovski <dslezenkovski@…>, 3 years ago

Add SystemService, Auth, fix a lil bugs :)

  • Property mode set to 100644
File size: 673 bytes
Line 
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`.
4
5export const environment = {
6 production: false,
7 baseApiUrl: 'https://localhost:5001/',
8};
9
10/*
11 * In development mode, to ignore zone related error stack frames such as
12 * `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can
13 * import the following file, but please comment it out in production mode
14 * because it will have performance impact when throw error
15 */
16// import 'zone.js/dist/zone-error'; // Included with Angular CLI.
Note: See TracBrowser for help on using the repository browser.