Requirement : We need to create and read environment specific
configurations on Adobe IO project i.e WCS Commerce API urls and
different namespace based on different environment(Dev, Prod) We
followed steps provided in document
https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/getting-started/setup.mdSteps:1-
Created .env file in workspace.2- Provided AIO_RUNTIME_APIHOST ,
AIO_RUNTIME_AUTH and AIO_RUNTIME_NAMESPACE3- Deployed code base .Issue
1: Una...