docs: configurando deploy via ssh para angular

This commit is contained in:
2026-01-02 19:55:27 -05:00
parent a16d0f0701
commit b0beb50d59
544 changed files with 97696 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
export const environment = {
production: true,
// url: 'http://10.1.1.124:8065/api/v1/',
url: 'http://172.35.0.216:8065/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',
},
};