Advanced settings

In some cases (local development, testing instances,...) you may need to manually force the Extension to behave differently. You can place those extra keys in the corresponding connection object in the apps-sdk.environments key in settings.json file.

key

type / values

meaning

unsafe

boolean (true/false)

When true, http is used instead of https protocol

noVersionPath

boolean (true/false)

When true, /v2/ or /v1/ suffix isn't appended to the API path

Last updated