![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/pub/static/adminhtml/Magento/backend/en_US/Magento_AdobeIms/js/ |
/** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ define([], function () { 'use strict'; return { loginUrl: 'https://ims-na1.adobelogin.com/ims/authorize', profileUrl: 'adobe_ims/user/profile', logoutUrl: 'adobe_ims/user/logout', manageAccountLink: 'https://account.adobe.com/', login: { callbackParsingParams: { regexpPattern: /auth\[code=(success|error);message=(.+)\]/, codeIndex: 1, messageIndex: 2, nameIndex: 3, successCode: 'success', errorCode: 'error' }, popupWindowParams: { width: 500, height: 600, top: 100, left: 300 }, popupWindowTimeout: 10000 } }; });