Skip to content

Commit 98d1dae

Browse files
authored
SBX DEV2 Added size to search provider's request, cleaned branch (#249)
Quick workaround for QH
1 parent eb16dd1 commit 98d1dae

3 files changed

Lines changed: 101 additions & 101 deletions

File tree

src/environments/environment.development.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const environment = {
1919
BILLING: '/billing',
2020
CHARGING: '/charging',
2121

22-
searchOrganizationsEndpoint: '/search-bck/api/searchOrganizations',
22+
searchOrganizationsEndpoint: '/search-bck/api/searchOrganizations?size=1000',
2323
//searchOrganizationsEndpoint: 'org-api/searchOrganizations',
2424

2525
CUSTOMER_BILLING: '/customerBill',
Lines changed: 99 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,105 @@
11
export const environment = {
2-
BASE_URL: '',
3-
isProduction: true,
4-
PAYMENT_URL: '/revenue',
5-
LEGACY_PREFIX: '/ux',
6-
PRODUCT_CATALOG: '/catalog',
7-
SERVICE: '/service',
8-
RESOURCE: '/resource',
9-
PRODUCT_SPEC: '/productSpecification',
10-
SERVICE_SPEC: '/serviceSpecification',
11-
RESOURCE_SPEC: '/resourceSpecification',
12-
CUSTOMER_BILLING:'/customerBill',
2+
BASE_URL: '',
3+
isProduction: true,
4+
PAYMENT_URL: '/revenue',
5+
LEGACY_PREFIX: '/ux',
6+
PRODUCT_CATALOG: '/catalog',
7+
SERVICE: '/service',
8+
RESOURCE: '/resource',
9+
PRODUCT_SPEC: '/productSpecification',
10+
SERVICE_SPEC: '/serviceSpecification',
11+
RESOURCE_SPEC: '/resourceSpecification',
12+
CUSTOMER_BILLING: '/customerBill',
1313

14-
ACCOUNT: '/account',
15-
SHOPPING_CART: '/shoppingCart',
16-
INVENTORY: '/inventory',
17-
PRODUCT_ORDER: '/ordering',
18-
BILLING: '/billing',
19-
CHARGING: '/charging',
14+
ACCOUNT: '/account',
15+
SHOPPING_CART: '/shoppingCart',
16+
INVENTORY: '/inventory',
17+
PRODUCT_ORDER: '/ordering',
18+
BILLING: '/billing',
19+
CHARGING: '/charging',
2020

21-
searchOrganizationsEndpoint: '/search-bck/api/searchOrganizations',
21+
searchOrganizationsEndpoint: '/search-bck/api/searchOrganizations?size=1000',
2222

23-
CONSUMER_BILLING_URL: 'http://localhost:8640',
24-
INVOICE_LIMIT: 100,
23+
CONSUMER_BILLING_URL: 'http://localhost:8640',
24+
INVOICE_LIMIT: 100,
2525

26-
//API PAGINATION
27-
PRODUCT_LIMIT: 6,
28-
CATALOG_LIMIT: 8,
29-
INVENTORY_LIMIT: 6,
30-
INVENTORY_RES_LIMIT: 8,
31-
INVENTORY_SERV_LIMIT: 8,
32-
PROD_SPEC_LIMIT: 6,
33-
SERV_SPEC_LIMIT: 6,
34-
RES_SPEC_LIMIT: 6,
35-
USAGE_SPEC_LIMIT: 6,
36-
ORDER_LIMIT: 1000,
37-
CATEGORY_LIMIT: 100,
38-
SIOP: true,
39-
//SIOP: false,
40-
TAX_RATE: 20,
41-
CHAT_API: 'https://eng-gpt.dome-marketplace-dev.org/predict',
42-
SIOP_INFO: {
43-
enabled: false,
44-
isRedirection: false,
45-
pollPath: "",
46-
pollCertPath: "",
47-
clientID: "",
48-
callbackURL: "",
49-
verifierHost: "",
50-
verifierQRCodePath: "",
51-
requestUri: ""
52-
},
53-
MATOMO_TRACKER_URL: "",
54-
MATOMO_SITE_ID: "",
55-
TICKETING_SYSTEM_URL: "",
56-
KNOWLEDGE_BASE_URL: "",
57-
KB_ONBOARDING_GUIDELINES_URL: "https://knowledgebase.dome-marketplace-prd.org/books/company-onboarding-process-guide-for-cloud-service-providers-csp",
58-
KB_GUIDELNES_URL:"https://knowledgebase.dome-marketplace-prd.org/books/managing-orders-products-and-subscriptions",
59-
REGISTRATION_FORM_URL: "https://onboarding.dome-marketplace.eu/",
60-
SEARCH_ENABLED: true,
61-
PURCHASE_ENABLED: false,
62-
DOME_TRUST_LINK: "https://dome-certification.dome-marketplace.org",
63-
DOME_ABOUT_LINK: '',
64-
DOME_REGISTER_LINK: '',
65-
DOME_CUSTOMER_REGISTER_LINK: '',
66-
DOME_PUBLISH_LINK:'',
67-
DOME_LINKEDIN: 'https://www.linkedin.com/company/dome-marketplace/',
68-
DOME_YOUTUBE: 'https://www.youtube.com/channel/UC8UiL59S0JiaYYr14w5eOzA',
69-
DOME_X: 'https://x.com/DomeMarketplace',
70-
BUNDLE_ENABLED: false,
71-
DATA_SPACE_ENABLED: false,
72-
DFT_CATALOG_ID: '',
73-
MAX_FILE_SIZE:3145728,
74-
providerThemeName: 'default',
75-
quoteApi: 'http://localhost:8080/quoteManagement',
76-
quoteEndpoints: {
77-
createQuote: '/createQuote',
78-
listAllQuotes: '/listAllQuotes',
79-
getQuoteById: '/quoteById',
80-
getQuotesByUser: '/quoteByUser',
81-
updateQuoteStatus: '/updateQuoteStatus',
82-
updateQuoteDate: '/updateQuoteDate',
83-
addNoteToQuote: '/addNoteToQuote',
84-
addAttachmentToQuote: '/addAttachmentToQuote',
85-
deleteQuote: '/quote'
86-
},
87-
QUOTES_ENABLED: true,
88-
TENDER_ENABLED: true,
89-
analytics: '',
90-
feedbackCampaign: false,
91-
feedbackCampaignExpiration: 0,
92-
SELLER_ROLE: 'Seller',
93-
BUYER_ROLE: 'Buyer',
94-
ADMIN_ROLE: 'Admin',
95-
ORG_ADMIN_ROLE: 'orgAdmin',
96-
CERTIFIER_ROLE: 'certifier',
97-
AI_SEARCH_ENABLED: true,
98-
AI_SEARCH_API_KEY: '28791420a51be86495cab108f32221fa458469e29a04b33567b057c95878bd72',
99-
AI_SEARCH_API_URL: 'https://dome.expertcustomers.ai/rag/',
100-
AI_SEARCH_SCORE_THRESHOLD: 0.3,
101-
AI_SEARCH_ANSWER_MAX_ITEMS: 5,
102-
AI_SEARCH_PROFILE: 'dome_dev2',
103-
LEAR_URL: '',
104-
LAUNCH_VALIDATION_ENABLED: false
26+
//API PAGINATION
27+
PRODUCT_LIMIT: 6,
28+
CATALOG_LIMIT: 8,
29+
INVENTORY_LIMIT: 6,
30+
INVENTORY_RES_LIMIT: 8,
31+
INVENTORY_SERV_LIMIT: 8,
32+
PROD_SPEC_LIMIT: 6,
33+
SERV_SPEC_LIMIT: 6,
34+
RES_SPEC_LIMIT: 6,
35+
USAGE_SPEC_LIMIT: 6,
36+
ORDER_LIMIT: 1000,
37+
CATEGORY_LIMIT: 100,
38+
SIOP: true,
39+
//SIOP: false,
40+
TAX_RATE: 20,
41+
CHAT_API: 'https://eng-gpt.dome-marketplace-dev.org/predict',
42+
SIOP_INFO: {
43+
enabled: false,
44+
isRedirection: false,
45+
pollPath: "",
46+
pollCertPath: "",
47+
clientID: "",
48+
callbackURL: "",
49+
verifierHost: "",
50+
verifierQRCodePath: "",
51+
requestUri: ""
52+
},
53+
MATOMO_TRACKER_URL: "",
54+
MATOMO_SITE_ID: "",
55+
TICKETING_SYSTEM_URL: "",
56+
KNOWLEDGE_BASE_URL: "",
57+
KB_ONBOARDING_GUIDELINES_URL: "https://knowledgebase.dome-marketplace-prd.org/books/company-onboarding-process-guide-for-cloud-service-providers-csp",
58+
KB_GUIDELNES_URL: "https://knowledgebase.dome-marketplace-prd.org/books/managing-orders-products-and-subscriptions",
59+
REGISTRATION_FORM_URL: "https://onboarding.dome-marketplace.eu/",
60+
SEARCH_ENABLED: true,
61+
PURCHASE_ENABLED: false,
62+
DOME_TRUST_LINK: "https://dome-certification.dome-marketplace.org",
63+
DOME_ABOUT_LINK: '',
64+
DOME_REGISTER_LINK: '',
65+
DOME_CUSTOMER_REGISTER_LINK: '',
66+
DOME_PUBLISH_LINK: '',
67+
DOME_LINKEDIN: 'https://www.linkedin.com/company/dome-marketplace/',
68+
DOME_YOUTUBE: 'https://www.youtube.com/channel/UC8UiL59S0JiaYYr14w5eOzA',
69+
DOME_X: 'https://x.com/DomeMarketplace',
70+
BUNDLE_ENABLED: false,
71+
DATA_SPACE_ENABLED: false,
72+
DFT_CATALOG_ID: '',
73+
MAX_FILE_SIZE: 3145728,
74+
providerThemeName: 'default',
75+
quoteApi: 'http://localhost:8080/quoteManagement',
76+
quoteEndpoints: {
77+
createQuote: '/createQuote',
78+
listAllQuotes: '/listAllQuotes',
79+
getQuoteById: '/quoteById',
80+
getQuotesByUser: '/quoteByUser',
81+
updateQuoteStatus: '/updateQuoteStatus',
82+
updateQuoteDate: '/updateQuoteDate',
83+
addNoteToQuote: '/addNoteToQuote',
84+
addAttachmentToQuote: '/addAttachmentToQuote',
85+
deleteQuote: '/quote'
86+
},
87+
QUOTES_ENABLED: true,
88+
TENDER_ENABLED: true,
89+
analytics: '',
90+
feedbackCampaign: false,
91+
feedbackCampaignExpiration: 0,
92+
SELLER_ROLE: 'Seller',
93+
BUYER_ROLE: 'Buyer',
94+
ADMIN_ROLE: 'Admin',
95+
ORG_ADMIN_ROLE: 'orgAdmin',
96+
CERTIFIER_ROLE: 'certifier',
97+
AI_SEARCH_ENABLED: true,
98+
AI_SEARCH_API_KEY: '28791420a51be86495cab108f32221fa458469e29a04b33567b057c95878bd72',
99+
AI_SEARCH_API_URL: 'https://dome.expertcustomers.ai/rag/',
100+
AI_SEARCH_SCORE_THRESHOLD: 0.3,
101+
AI_SEARCH_ANSWER_MAX_ITEMS: 5,
102+
AI_SEARCH_PROFILE: 'dome_dev2',
103+
LEAR_URL: '',
104+
LAUNCH_VALIDATION_ENABLED: false
105105
};

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const environment = {
1919
CHARGING: '/charging',
2020
BILLING: '/billing',
2121

22-
searchOrganizationsEndpoint: '/search-bck/api/searchOrganizations',
22+
searchOrganizationsEndpoint: '/search-bck/api/searchOrganizations?size=1000',
2323

2424
CUSTOMER_BILLING: '/customerBill',
2525
CONSUMER_BILLING_URL: 'http://localhost:8640',

0 commit comments

Comments
 (0)