merge env
This commit is contained in:
parent
c3ee7c43c9
commit
10260e05a7
@ -367,8 +367,6 @@ export class ViewPdComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
getPDIDReport(pdID: any) {
|
||||
console.log('getPDIDReport',pdID);
|
||||
console.log('getPDIDReport',this.masterRandomString);
|
||||
this.destroyType = 3;
|
||||
this.router.navigate(['../../../pd_report', pdID,this.masterRandomString], { relativeTo: this.route });
|
||||
}
|
||||
|
||||
@ -5,8 +5,9 @@ export const environment = {
|
||||
|
||||
apiEndpoint: 'https://pdgenie.com/sparqprod/api/',
|
||||
|
||||
authorization: 'TnAwuc64pVpcB9xf';
|
||||
login_string: "cognito-idp.ap-south-1.amazonaws.com/ap-south-1_MlTee1O5V";
|
||||
authorization: 'TnAwuc64pVpcB9xf',
|
||||
login_string: "cognito-idp.ap-south-1.amazonaws.com/ap-south-1_MlTee1O5V",
|
||||
|
||||
seIdentityPoolId: 'ap-south-1:31774418-8384-4fbb-b3e2-b87ce0f26ef1',
|
||||
seUserPoolId: 'ap-south-1_MlTee1O5V', // UserName
|
||||
seClientId: '7sd1jutija6hkrq5m7tegf3mvq',// ClientName
|
||||
|
||||
@ -5,8 +5,8 @@ export const environment = {
|
||||
|
||||
apiEndpoint: 'https://ssa.sineedge.com/sparqtest/api/',
|
||||
|
||||
authorization: 'sparqvenba2018';
|
||||
login_string: "cognito-idp.ap-south-1.amazonaws.com/ap-south-1_qQ85yQZJO";
|
||||
authorization: 'sparqvenba2018',
|
||||
login_string: "cognito-idp.ap-south-1.amazonaws.com/ap-south-1_qQ85yQZJO",
|
||||
seIdentityPoolId: 'ap-south-1:9a551eab-97cf-4991-b677-2f9bcd058961',
|
||||
seUserPoolId: 'ap-south-1_qQ85yQZJO',
|
||||
seClientId: '67b4fnbuols5upms5to8bvqddh',
|
||||
|
||||
@ -22,8 +22,8 @@ export const environment = {
|
||||
appId: "1:627754063571:web:8cfa56d80607267b"
|
||||
},
|
||||
|
||||
region: 'ap-south-1';
|
||||
login_string: "cognito-idp.ap-south-1.amazonaws.com/ap-south-1_qQ85yQZJO";
|
||||
region: 'ap-south-1',
|
||||
login_string: "cognito-idp.ap-south-1.amazonaws.com/ap-south-1_qQ85yQZJO",
|
||||
|
||||
// identityPoolId: 'ap-south-1:9a551eab-97cf-4991-b677-2f9bcd058961',
|
||||
// UserPoolId: 'ap-south-1_qQ85yQZJO',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user