Skip to content

Commit 0b3e613

Browse files
add info email and phone into toolkit configuration
1 parent b87ab16 commit 0b3e613

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ddp-workspace/projects/ddp-atcp/src/app/app.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ export const tkCfg = new ToolkitConfigurationService();
6868
tkCfg.studyGuid = DDP_ENV.studyGuid;
6969
tkCfg.dashboardUrl = RouterResource.Console;
7070
tkCfg.errorUrl = RouterResource.Error;
71-
71+
tkCfg.infoEmail = '[email protected]';
72+
tkCfg.phone = '+1 954-481-6611';
7273
export let config = new ConfigurationService();
7374
config.backendUrl = DDP_ENV.basePepperUrl;
7475
config.auth0Domain = DDP_ENV.auth0Domain;

0 commit comments

Comments
 (0)