Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/environments/environment.development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const environment = {
BILLING: '/billing',
CHARGING: '/charging',

searchOrganizationsEndpoint: '/search-bck/api/searchOrganizations',
searchOrganizationsEndpoint: '/search-bck/api/searchOrganizations?size=1000',
//searchOrganizationsEndpoint: 'org-api/searchOrganizations',

CUSTOMER_BILLING: '/customerBill',
Expand Down
198 changes: 99 additions & 99 deletions src/environments/environment.production.ts
Original file line number Diff line number Diff line change
@@ -1,105 +1,105 @@
export const environment = {
BASE_URL: '',
isProduction: true,
PAYMENT_URL: '/revenue',
LEGACY_PREFIX: '/ux',
PRODUCT_CATALOG: '/catalog',
SERVICE: '/service',
RESOURCE: '/resource',
PRODUCT_SPEC: '/productSpecification',
SERVICE_SPEC: '/serviceSpecification',
RESOURCE_SPEC: '/resourceSpecification',
CUSTOMER_BILLING:'/customerBill',
BASE_URL: '',
isProduction: true,
PAYMENT_URL: '/revenue',
LEGACY_PREFIX: '/ux',
PRODUCT_CATALOG: '/catalog',
SERVICE: '/service',
RESOURCE: '/resource',
PRODUCT_SPEC: '/productSpecification',
SERVICE_SPEC: '/serviceSpecification',
RESOURCE_SPEC: '/resourceSpecification',
CUSTOMER_BILLING: '/customerBill',

ACCOUNT: '/account',
SHOPPING_CART: '/shoppingCart',
INVENTORY: '/inventory',
PRODUCT_ORDER: '/ordering',
BILLING: '/billing',
CHARGING: '/charging',
ACCOUNT: '/account',
SHOPPING_CART: '/shoppingCart',
INVENTORY: '/inventory',
PRODUCT_ORDER: '/ordering',
BILLING: '/billing',
CHARGING: '/charging',

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

CONSUMER_BILLING_URL: 'http://localhost:8640',
INVOICE_LIMIT: 100,
CONSUMER_BILLING_URL: 'http://localhost:8640',
INVOICE_LIMIT: 100,

//API PAGINATION
PRODUCT_LIMIT: 6,
CATALOG_LIMIT: 8,
INVENTORY_LIMIT: 6,
INVENTORY_RES_LIMIT: 8,
INVENTORY_SERV_LIMIT: 8,
PROD_SPEC_LIMIT: 6,
SERV_SPEC_LIMIT: 6,
RES_SPEC_LIMIT: 6,
USAGE_SPEC_LIMIT: 6,
ORDER_LIMIT: 1000,
CATEGORY_LIMIT: 100,
SIOP: true,
//SIOP: false,
TAX_RATE: 20,
CHAT_API: 'https://eng-gpt.dome-marketplace-dev.org/predict',
SIOP_INFO: {
enabled: false,
isRedirection: false,
pollPath: "",
pollCertPath: "",
clientID: "",
callbackURL: "",
verifierHost: "",
verifierQRCodePath: "",
requestUri: ""
},
MATOMO_TRACKER_URL: "",
MATOMO_SITE_ID: "",
TICKETING_SYSTEM_URL: "",
KNOWLEDGE_BASE_URL: "",
KB_ONBOARDING_GUIDELINES_URL: "https://knowledgebase.dome-marketplace-prd.org/books/company-onboarding-process-guide-for-cloud-service-providers-csp",
KB_GUIDELNES_URL:"https://knowledgebase.dome-marketplace-prd.org/books/managing-orders-products-and-subscriptions",
REGISTRATION_FORM_URL: "https://onboarding.dome-marketplace.eu/",
SEARCH_ENABLED: true,
PURCHASE_ENABLED: false,
DOME_TRUST_LINK: "https://dome-certification.dome-marketplace.org",
DOME_ABOUT_LINK: '',
DOME_REGISTER_LINK: '',
DOME_CUSTOMER_REGISTER_LINK: '',
DOME_PUBLISH_LINK:'',
DOME_LINKEDIN: 'https://www.linkedin.com/company/dome-marketplace/',
DOME_YOUTUBE: 'https://www.youtube.com/channel/UC8UiL59S0JiaYYr14w5eOzA',
DOME_X: 'https://x.com/DomeMarketplace',
BUNDLE_ENABLED: false,
DATA_SPACE_ENABLED: false,
DFT_CATALOG_ID: '',
MAX_FILE_SIZE:3145728,
providerThemeName: 'default',
quoteApi: 'http://localhost:8080/quoteManagement',
quoteEndpoints: {
createQuote: '/createQuote',
listAllQuotes: '/listAllQuotes',
getQuoteById: '/quoteById',
getQuotesByUser: '/quoteByUser',
updateQuoteStatus: '/updateQuoteStatus',
updateQuoteDate: '/updateQuoteDate',
addNoteToQuote: '/addNoteToQuote',
addAttachmentToQuote: '/addAttachmentToQuote',
deleteQuote: '/quote'
},
QUOTES_ENABLED: true,
TENDER_ENABLED: true,
analytics: '',
feedbackCampaign: false,
feedbackCampaignExpiration: 0,
SELLER_ROLE: 'Seller',
BUYER_ROLE: 'Buyer',
ADMIN_ROLE: 'Admin',
ORG_ADMIN_ROLE: 'orgAdmin',
CERTIFIER_ROLE: 'certifier',
AI_SEARCH_ENABLED: true,
AI_SEARCH_API_KEY: '28791420a51be86495cab108f32221fa458469e29a04b33567b057c95878bd72',
AI_SEARCH_API_URL: 'https://dome.expertcustomers.ai/rag/',
AI_SEARCH_SCORE_THRESHOLD: 0.3,
AI_SEARCH_ANSWER_MAX_ITEMS: 5,
AI_SEARCH_PROFILE: 'dome_dev2',
LEAR_URL: '',
LAUNCH_VALIDATION_ENABLED: false
//API PAGINATION
PRODUCT_LIMIT: 6,
CATALOG_LIMIT: 8,
INVENTORY_LIMIT: 6,
INVENTORY_RES_LIMIT: 8,
INVENTORY_SERV_LIMIT: 8,
PROD_SPEC_LIMIT: 6,
SERV_SPEC_LIMIT: 6,
RES_SPEC_LIMIT: 6,
USAGE_SPEC_LIMIT: 6,
ORDER_LIMIT: 1000,
CATEGORY_LIMIT: 100,
SIOP: true,
//SIOP: false,
TAX_RATE: 20,
CHAT_API: 'https://eng-gpt.dome-marketplace-dev.org/predict',
SIOP_INFO: {
enabled: false,
isRedirection: false,
pollPath: "",
pollCertPath: "",
clientID: "",
callbackURL: "",
verifierHost: "",
verifierQRCodePath: "",
requestUri: ""
},
MATOMO_TRACKER_URL: "",
MATOMO_SITE_ID: "",
TICKETING_SYSTEM_URL: "",
KNOWLEDGE_BASE_URL: "",
KB_ONBOARDING_GUIDELINES_URL: "https://knowledgebase.dome-marketplace-prd.org/books/company-onboarding-process-guide-for-cloud-service-providers-csp",
KB_GUIDELNES_URL: "https://knowledgebase.dome-marketplace-prd.org/books/managing-orders-products-and-subscriptions",
REGISTRATION_FORM_URL: "https://onboarding.dome-marketplace.eu/",
SEARCH_ENABLED: true,
PURCHASE_ENABLED: false,
DOME_TRUST_LINK: "https://dome-certification.dome-marketplace.org",
DOME_ABOUT_LINK: '',
DOME_REGISTER_LINK: '',
DOME_CUSTOMER_REGISTER_LINK: '',
DOME_PUBLISH_LINK: '',
DOME_LINKEDIN: 'https://www.linkedin.com/company/dome-marketplace/',
DOME_YOUTUBE: 'https://www.youtube.com/channel/UC8UiL59S0JiaYYr14w5eOzA',
DOME_X: 'https://x.com/DomeMarketplace',
BUNDLE_ENABLED: false,
DATA_SPACE_ENABLED: false,
DFT_CATALOG_ID: '',
MAX_FILE_SIZE: 3145728,
providerThemeName: 'default',
quoteApi: 'http://localhost:8080/quoteManagement',
quoteEndpoints: {
createQuote: '/createQuote',
listAllQuotes: '/listAllQuotes',
getQuoteById: '/quoteById',
getQuotesByUser: '/quoteByUser',
updateQuoteStatus: '/updateQuoteStatus',
updateQuoteDate: '/updateQuoteDate',
addNoteToQuote: '/addNoteToQuote',
addAttachmentToQuote: '/addAttachmentToQuote',
deleteQuote: '/quote'
},
QUOTES_ENABLED: true,
TENDER_ENABLED: true,
analytics: '',
feedbackCampaign: false,
feedbackCampaignExpiration: 0,
SELLER_ROLE: 'Seller',
BUYER_ROLE: 'Buyer',
ADMIN_ROLE: 'Admin',
ORG_ADMIN_ROLE: 'orgAdmin',
CERTIFIER_ROLE: 'certifier',
AI_SEARCH_ENABLED: true,
AI_SEARCH_API_KEY: '28791420a51be86495cab108f32221fa458469e29a04b33567b057c95878bd72',
AI_SEARCH_API_URL: 'https://dome.expertcustomers.ai/rag/',
AI_SEARCH_SCORE_THRESHOLD: 0.3,
AI_SEARCH_ANSWER_MAX_ITEMS: 5,
AI_SEARCH_PROFILE: 'dome_dev2',
LEAR_URL: '',
LAUNCH_VALIDATION_ENABLED: false
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const environment = {
CHARGING: '/charging',
BILLING: '/billing',

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

CUSTOMER_BILLING: '/customerBill',
CONSUMER_BILLING_URL: 'http://localhost:8640',
Expand Down
Loading