38 lines
1.5 KiB
TypeScript
38 lines
1.5 KiB
TypeScript
// 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`.
|
|
// 'http://10.1.1.201:8065/api/v1/', // 'http://10.1.1.201:8065/api/v1/', // 'http://localhost:3001/api/v1/',
|
|
// 'http://localhost:3002/api/v1/', // 'http://localhost:3001/api/v1/',
|
|
// 'http://api.jurunense.com:8065/api/v1/',
|
|
export const environment = {
|
|
production: false,
|
|
|
|
//url: 'http://10.1.1.23:8065/api/v1/',
|
|
// url: 'http://10.1.1.210:8065/api/v1/',
|
|
// url: 'http://172.35.0.216:8065/api/v1/',
|
|
//url: 'http://10.1.1.23:8065/api/v1/',
|
|
//url: 'https://api.vendaweb.simplifiquehc.com.br/api/v1/',
|
|
url: 'http://localhost:8067/api/v1/',
|
|
|
|
// URL_PIX: 'http://10.1.1.205:8078/api/v1/',
|
|
URL_PIX: 'http://10.1.1.205:8078/api/v1/',
|
|
firebase: {
|
|
apiKey: 'AIzaSyDIFF2b054nNyzpWOUHVflEJAX-7zDhi8E',
|
|
authDomain: 'smart-f8df9.firebaseapp.com',
|
|
projectId: 'smart-f8df9',
|
|
storageBucket: 'smart-f8df9.appspot.com',
|
|
messagingSenderId: '85864178884',
|
|
appId: '1:85864178884:web:229a114fa69dd904b6d591',
|
|
measurementId: 'G-CSV5JK506E',
|
|
},
|
|
};
|
|
|
|
/*
|
|
* 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.
|