mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Remove the dependency with TestConfig (#4752)
* Remove the dependency with TestConfig * Change protocol to https * Trigger the cloud change * Trigger the cloud change
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = {
|
||||
*/
|
||||
adminPassword: PASSWORD,
|
||||
|
||||
hostBPM: "http://" + ( HOST_BPM || PROXY || HOST),
|
||||
hostBPM: "https://" + ( HOST_BPM || PROXY || HOST),
|
||||
|
||||
clientIdSso: "alfresco",
|
||||
|
||||
@@ -66,7 +66,7 @@ module.exports = {
|
||||
baseUrl = HOST;
|
||||
}
|
||||
|
||||
return `http://${baseUrl}/auth/realms/alfresco`;
|
||||
return `https://${baseUrl}/auth/realms/alfresco`;
|
||||
}(),
|
||||
|
||||
hostIdentity: function () {
|
||||
@@ -83,7 +83,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
|
||||
return `http://${baseUrl}/auth/admin/realms/alfresco`;
|
||||
return `https://${baseUrl}/auth/admin/realms/alfresco`;
|
||||
}()
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user