All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 7m12s
17 lines
578 B
TypeScript
17 lines
578 B
TypeScript
export const environment = {
|
|
production: true,
|
|
// url: 'http://10.1.1.124:8065/api/v1/',
|
|
url: 'https://api.vendaweb.simplifiquehc.com.br/api/v1/',
|
|
// url: 'http://vendaweb.jurunense.com.br/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',
|
|
},
|
|
};
|