mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Provide a way to change the contextBpmRoot from the app.config file (#3144)
This commit is contained in:
committed by
Denys Vuika
parent
c7507c0c31
commit
9792f83c9b
@@ -95,7 +95,8 @@ export class AlfrescoApiService {
|
||||
ticketBpm: this.storage.getItem('ticket-BPM'),
|
||||
hostEcm: this.appConfig.get<string>('ecmHost'),
|
||||
hostBpm: this.appConfig.get<string>('bpmHost'),
|
||||
contextRoot: 'alfresco',
|
||||
contextRootBpm: this.appConfig.get<string>('contextRootBpm'),
|
||||
contextRoot: this.appConfig.get<string>('contextRootEcm'),
|
||||
disableCsrf: this.storage.getItem('DISABLE_CSRF') === 'true',
|
||||
oauth2: this.appConfig.get<any>('oauth2')
|
||||
});
|
||||
|
Reference in New Issue
Block a user