Skip to content

Commit a32a3f6

Browse files
committed
Add default values to environment links
1 parent e2d256a commit a32a3f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/environments/environment.production.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ export const environment = {
5252
MATOMO_SITE_ID: "",
5353
TICKETING_SYSTEM_URL: "",
5454
KNOWLEDGE_BASE_URL: "",
55-
KB_ONBOARDING_GUIDELINES_URL: "",
56-
KB_GUIDELNES_URL:"",
57-
REGISTRATION_FORM_URL: "",
55+
KB_ONBOARDING_GUIDELINES_URL: "https://knowledgebase.dome-marketplace-prd.org/books/company-onboarding-process-guide-for-cloud-service-providers-csp",
56+
KB_GUIDELNES_URL:"https://knowledgebase.dome-marketplace-prd.org/books/managing-orders-products-and-subscriptions",
57+
REGISTRATION_FORM_URL: "https://onboarding.dome-marketplace.eu/",
5858
SEARCH_ENABLED: true,
5959
PURCHASE_ENABLED: false,
6060
DOME_TRUST_LINK: "https://dome-certification.dome-marketplace.org",

0 commit comments

Comments
 (0)