| 123456789101112131415161718192021222324252627282930 |
- // This file can be replaced during build by using the `fileReplacements` array.
- // `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
- // The list of file replacements can be found in `angular.json`.
- export const environment = {
- production: false,
- apiUrl: "https://api.inverlec.solar",
- //productionApiUrl: 'http://192.168.98.10:8888/api/v1',
- //productionApiUrl: 'http://192.168.98.24:5000/api/v1',
- productionApiUrl: "https://denmark.inverlec.solar/api/v1",
- appID: "55899b9ea53834f2736b65a3582b734b",
- gKey: "",
- config: {
- apiKey: "",
- authDomain: "",
- databaseURL: "",
- projectId: "",
- storageBucket: "",
- messagingSenderId: ""
- }
- };
- /*
- * For easier debugging in development mode, you can import the following file
- * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
- *
- * This import should be commented out in production mode because it will have a negative impact
- * on performance if an error is thrown.
- */
- // import 'zone.js/dist/zone-error'; // Included with Angular CLI.
|