vendor related changes
This commit is contained in:
parent
a3e175f170
commit
4b74a69b6b
@ -42,6 +42,7 @@ const vendor_poolData = {
|
||||
|
||||
const sineedgeUserpool = new CognitoUserPool(se_poolData);
|
||||
const lenderUserPool = new CognitoUserPool(lender_poolData);
|
||||
const vendorUserPool = new CognitoUserPool(vendor_poolData);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -35,6 +35,7 @@ const vendor_poolData = {
|
||||
|
||||
const sineedgeUserpool = new CognitoUserPool(sineedge_poolData);
|
||||
const lenderUserPool = new CognitoUserPool(lender_poolData);
|
||||
const vendorUserPool = new CognitoUserPool(vendor_poolData);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -21,8 +21,8 @@ export const environment = {
|
||||
|
||||
// For Vendor
|
||||
venIdentityPoolId: "ap-south-1:5ad3ce43-4260-4273-87b2-e6a377b8e874",
|
||||
venUserPoolId: '',
|
||||
venClientId: '',
|
||||
venUserPoolId: "ap-south-1_K57yPaWxV",
|
||||
venClientId: "6coneo2783pdhr30nstq32o86i",
|
||||
|
||||
firebase: {
|
||||
apiKey: "AIzaSyCk86rasBR2-sXlVu6ACUO406EM_1mcwgo",
|
||||
|
||||
@ -16,8 +16,8 @@ export const environment = {
|
||||
lenClientId: "vkotfqgqorgjh3fvp1r26hslv", // ClientName:LENDER_DEV_WEB
|
||||
|
||||
venIdentityPoolId: "ap-south-1:5ad3ce43-4260-4273-87b2-e6a377b8e874",
|
||||
venUserPoolId: '',
|
||||
venClientId: '',
|
||||
venUserPoolId: "ap-south-1_K57yPaWxV",
|
||||
venClientId: "6coneo2783pdhr30nstq32o86i",
|
||||
|
||||
// firebase: {
|
||||
// apiKey: "AIzaSyCzmyM0WJ0wdLf8UsYoZ4GreICimyt7SEk",
|
||||
|
||||
@ -56,8 +56,8 @@ export const environment = {
|
||||
|
||||
|
||||
venIdentityPoolId: "ap-south-1:5ad3ce43-4260-4273-87b2-e6a377b8e874",
|
||||
venUserPoolId: '',
|
||||
venClientId: '',
|
||||
venUserPoolId: "ap-south-1_K57yPaWxV",
|
||||
venClientId: "6coneo2783pdhr30nstq32o86i",
|
||||
|
||||
|
||||
rekognitionBucket: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user