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:
Maurizio Vitale
2019-05-20 18:11:01 +01:00
committed by Vito
parent cff9bf0930
commit 1141511a07
5 changed files with 12 additions and 11 deletions

View File

@@ -37,6 +37,7 @@ export class FormCloudService extends BaseCloudService {
private logService: LogService
) {
super();
this.contextRoot = this.appConfigService.get('bpmHost', '');
}