applications
namespace (it's the default namespace for CX Cloud apps) run the following command:node-config
's documentation, create a file named custom-environment-variables.json
in the config
folder of the generated service with the following content:node-config
to look for those environment variables and map them to certain keys. For example the configuration key commerceTools.admin.clientId
will map to COMMRCETOOLS_ADMIN_CLIENT_ID
and so on.applications
namespace:xxxxxxx
above with your actual data. A secret will be created..cxcloud.yaml
file and add the proper environment variables referencing the secret you just created (new values are added from line 12):package.json
file and run: