Files
Vendaweb-portal/src/environments/environment.prod.ts
Joelbrit0 bbc5ca8856
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 7m12s
chore: point frontend to api.vendaweb.simplifiquehc.com.br
2026-01-29 17:08:38 -03:00

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',
},
};