78. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/9/2019 5:42:10 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

78.1 Files compared

# Location File Last Modified
1 Webvram-v4.zip\20190725-webvram-source.zip\Sources\WebVRAM.Web.ng\wwwroot\ng app-config.js Tue Jul 23 23:11:38 2019 UTC
2 Webvram-v4.zip\20190725-webvram-source.zip\Sources\WebVRAM.Web.ng\wwwroot\ng app-config.js Fri Sep 6 21:01:20 2019 UTC

78.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 48
Changed 1 2
Inserted 0 0
Removed 0 0

78.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

78.4 Active regular expressions

No regular expressions were active.

78.5 Comparison detail

  1   var APP =  Object.fre eze({
  2       WEB_AP I: "api/",
  3       VIEWS:  "ng/views /",
  4       TEMPLA TES: "ng/t emplates/" ,
  5       DEBUG:  true,     // enable  debug mode ?
  6       LOG: t rue,       // show de bug logs?
  7       SYNC_M ETHOD: "Sy nc", // Si gnalR meth od that sh ould be us ed to sync hronize
  8  
  9       /* idl e related  settings * /
  10       IDLE_E NABLED: tr ue,
  11       IDLE_T IME: 600,      // in  seconds
  12       IDLE_T IMEOUT: 60 ,   // in  seconds
  13  
  14       /* iam  settings  */
  15       IAM_EN ABLED: fal se,
  16  
  17       /* dat e time for mat */
  18       DATE_T IME_ZONE_F ORMAT: "M/ D/YYYY, h: mm A z",
  19       DATE_T IME_FORMAT : "M/D/YYY Y, h:mm A" ,
  20  
  21       /* net work file  server */
  22         NETWORK_SH ARE: "\\\\ URL             \\WebVRAM\ \",
  23       FILE_S ERVER_REFL ECTION: "R eflection\ \",
  24       FILE_S ERVER_CPRS : "CPRS\\"
  25   });