29 lines
1.1 KiB
JavaScript
29 lines
1.1 KiB
JavaScript
window.PROLOGY_CONFIG = {
|
|
API_URL: "https://prologyms.nswteam.net/chat-plugin/api/support",
|
|
LOGO_SRC: "assets/Prology_logo.png",
|
|
|
|
// ── Footer ──
|
|
FOOTER_DATA_URL: "assets/data-footer.json",
|
|
FOOTER_BASE_URL: "http://localhost:8080/",
|
|
FOOTER_STATIC_URL:
|
|
"http://localhost:8080/static/version1778227322/frontend/Netstore/default/en_US/",
|
|
FOOTER_LOGO_URL:
|
|
"http://localhost:8080/media/logo/stores/1/Prology-2-e1665964900953_6_.png",
|
|
FOOTER_CATEGORIES: [
|
|
{ label: "Compute", url: "compute.html" },
|
|
{ label: "Storage", url: "storage.html" },
|
|
{ label: "Networking", url: "networking.html" },
|
|
{ label: "Security", url: "security.html" },
|
|
{ label: "End User", url: "end-user.html" },
|
|
{ label: "Data Center", url: "data-center.html" },
|
|
{ label: "Components", url: "components.html" },
|
|
],
|
|
FOOTER_LEGAL_LINKS: [
|
|
{ label: "Privacy Policy", url: "privacy-policy-cookie-restriction-mode" },
|
|
{ label: "Terms of Use & Sale", url: "terms" },
|
|
{ label: "Cookie Policy", url: "enable-cookies" },
|
|
],
|
|
FOOTER_COPYRIGHT:
|
|
"Copyright © 2013-present Magento, Inc. All rights reserved.",
|
|
};
|