Variables property
You can use application-based environment variables to customize store configurations. These variables use a specific syntax. See Override configuration settings in the Configuration guide.
The following environment variables included in the .magento.app.yaml
file are required for specific versions of the Commerce application.
Required for Adobe Commerce 2.2.x to 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'
For Adobe Commerce 2.4.x, set the following variables:
variables:
env:
CONFIG__DEFAULT__PAYPAL_ONBOARDING__MIDDLEMAN_DOMAIN: 'payment-broker.magento.com'
CONFIG__STORES__DEFAULT__PAYPAL__NOTATION_CODE: 'Magento_Enterprise_Cloud'
05f2f56e-ac5d-4931-8cdb-764e60e16f26