-M-Danypoint.platform.client_id=clientId -M-Danypoint.platform.client_secret=clientSecret -M-Danypoint.platform.platform_base_uri=https://anypoint.mulesoft.com/apiplatform -M-Danypoint.platform.coreservice_base_uri=https://anypoint.mulesoft.com/accounts -M-Danypoint.platform.contracts_base_uri=https://anypoint.mulesoft.com/apigateway/ccs -M-Danypoint.platform.analytics_base_uri=https://analytics-ingest.anypoint.mulesoft.com
text
Migrating API Gateways: Mule Runtime Configuration
This version of Mule reached its
End of Life Deployments of new applications to CloudHub that use this version of Mule are no longer allowed. Only in-place updates to applications are permitted. MuleSoft recommends that you upgrade to the latest version of Mule 4 that is in Standard Support so that your applications run with the latest fixes and security enhancements. |
Configuration properties for API Gateway Runtime changed in Mule 4.
These properties have to be defined in the wrapper.conf
for Mule 3 to work as API Gateway:
Starting from Mule 4, these properties have to be defined in the wrapper.conf
in order to work as an API Gateway:
-M-Danypoint.platform.client_id=clientId -M-Danypoint.platform.client_secret=clientSecret -M-Danypoint.platform.base_uri=https://anypoint.mulesoft.com -M-Danypoint.platform.analytics_base_uri=https://analytics-ingest.anypoint.mulesoft.com
text