23. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/29/2019 3:00:14 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.

23.1 Files compared

# Location File Last Modified
1 WebVRAM Source Code Files.zip\Sources\WebVRAM.Web.ng\wwwroot\ng app-config.js Tue Feb 19 16:51:14 2019 UTC
2 WebVRAM Source Code Files.zip\Sources\WebVRAM.Web.ng\wwwroot\ng app-config.js Thu Mar 28 20:35:00 2019 UTC

23.2 Comparison summary

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

23.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

23.4 Active regular expressions

No regular expressions were active.

23.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  
  8       /* idl e related  settings * /
  9       IDLE_E NABLED: tr ue,
  10       IDLE_T IME: 600,      // in  seconds
  11       IDLE_T IMEOUT: 60 ,   // in  seconds
  12  
  13       /* iam  settings  */
  14       IAM_EN ABLED: fal se,
  15  
  16       /* dat e time for mat */
  17       DATE_T IME_ZONE_F ORMAT: 'M/ D/YYYY, h: mm A z',
  18       DATE_T IME_FORMAT : 'M/D/YYY Y, h:mm A' ,
  19  
  20       /* net work file  server */
  21         FILE_SERVE R: '\\\\ DNS . URL \\WebVRAM\ \',
  22       FILE_S ERVER_REFL ECTION: 'R eflection' ,
  23       FILE_S ERVER_CPRS : null
  24   });