File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ const { join } = require("path");
33
44const config = {
55 appStoreUrl : "https://appstore.home.mendix.com/rest/packagesapi/v2" ,
6- contributorUrl : "https://contributor.mendixcloud.com/apis/v1" ,
7- // This one, for some reasons, needs to be added as OpenID header to contributor request.
8- // The open id value (a39025a8-55b8-4532-bc5d-4e74901d11f9) is taken from widgets@mendix.com
9- // account and could be found at Profile -> Advanced -> Personal Info -> View My Data -> Open id
6+ contributorUrl : "https://contributor.mendix.com/apis/v1" ,
7+ // OpenID header needs to be added to contributor request.
8+ // Could be found at Profile -> Advanced -> Personal Info -> View My Data -> Open id
109 // For each env (accp, test, prod) we have different Open Ids.
1110 // If this header is missing API will return 401.
1211 openIdUrl : process . env . OPENID_URL
You can’t perform that action at this time.
0 commit comments