mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3987]Add clientId values for ACM and BPM in e2e tests. (#4234)
* Add clientId values for ACM and BPM in e2e tests. * Fix sorting
This commit is contained in:
committed by
Eugenio Romano
parent
2458e30204
commit
abb7692476
@@ -82,6 +82,8 @@ module.exports = {
|
||||
* @config adf.ACSAPIContextRoot {String}
|
||||
*/
|
||||
apiContextRoot: "/alfresco/api/-default-/public",
|
||||
|
||||
clientIdSso: "alfresco",
|
||||
},
|
||||
|
||||
adf_aps: {
|
||||
@@ -107,7 +109,9 @@ module.exports = {
|
||||
* The BPM API context required for calls
|
||||
* @config adf.APSAPIContextRoot {String}
|
||||
*/
|
||||
apiContextRoot: "/activiti-app"
|
||||
apiContextRoot: "/activiti-app",
|
||||
|
||||
clientIdSso: "activiti",
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user