We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87ab16 commit 0b3e613Copy full SHA for 0b3e613
ddp-workspace/projects/ddp-atcp/src/app/app.module.ts
@@ -68,7 +68,8 @@ export const tkCfg = new ToolkitConfigurationService();
68
tkCfg.studyGuid = DDP_ENV.studyGuid;
69
tkCfg.dashboardUrl = RouterResource.Console;
70
tkCfg.errorUrl = RouterResource.Error;
71
-
+tkCfg.infoEmail = '[email protected]';
72
+tkCfg.phone = '+1 954-481-6611';
73
export let config = new ConfigurationService();
74
config.backendUrl = DDP_ENV.basePepperUrl;
75
config.auth0Domain = DDP_ENV.auth0Domain;
0 commit comments