docs: configurando deploy via ssh para angular
This commit is contained in:
16
src/environments/environment.prod.ts
Normal file
16
src/environments/environment.prod.ts
Normal 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',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user