變數屬性

您可以使用應用程式型環境變數來自訂商店設定。 這些變數使用特定語法。 請參閱​ 組態指南 ​中的覆寫組態設定

Commerce應用程式的特定版本需要.magento.app.yaml檔案中包含的下列環境變數。

Adobe Commerce 2.2.x至2.3.x的必要專案:

variables:
    env:
        CONFIG__DEFAULT__PAYPAL_ONBOARDING__MIDDLEMAN_DOMAIN: 'payment-broker.magento.com'
        CONFIG__STORES__DEFAULT__PAYMENT__BRAINTREE__CHANNEL: 'Magento_Enterprise_Cloud_BT'
        CONFIG__STORES__DEFAULT__PAYPAL__NOTATION_CODE: 'Magento_Enterprise_Cloud'

若為Adobe Commerce 2.4.x,請設定下列變數:

variables:
    env:
        CONFIG__DEFAULT__PAYPAL_ONBOARDING__MIDDLEMAN_DOMAIN: 'payment-broker.magento.com'
        CONFIG__STORES__DEFAULT__PAYPAL__NOTATION_CODE: 'Magento_Enterprise_Cloud'
recommendation-more-help
05f2f56e-ac5d-4931-8cdb-764e60e16f26