Untitled
unknown
plain_text
2 years ago
1.0 kB
11
Indexable
// 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 = {
name: 'dev',
wsHost: 'api.massivo.test',
// 10.42.0.92
// apiURL: 'https://api.adnmedic.com/invgql',
// endPoint: 'https://api.adnmedic.com/api',
apiURL: 'http://api.massivo.test/invgql',
endPoint: 'http://api.massivo.test/api',
wsPrefix: 'adnm-local-',
publicKey: 'BIOGcmbOsZPcVLjZVfSjmfeqWIHlbH5xoE8_vIyiXV_eamXhKcgYDWgdNqT5AwzlU7uCRfKBJr4RyOP5XTCXRhU',
production: false
};
/*
* 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.
Editor is loading...