133. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/4/2017 2:45:02 PM Central 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.

133.1 Files compared

# Location File Last Modified
1 CUI-Release-v2.2.0-source.zip\CUI-Release-v2.2.0-source\config jump_to.yml Thu Jun 15 19:04:28 2017 UTC
2 CUI-Release-v2.2.0-source.zip\CUI-Release-v2.2.0-source\config jump_to.yml Fri Aug 4 17:03:00 2017 UTC

133.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 84
Changed 2 4
Inserted 0 0
Removed 0 0

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

133.4 Active regular expressions

No regular expressions were active.

133.5 Comparison detail

  1   # config/j ump_to.yml
  2   # Used to  populate t he JumpTo  form in th e header
  3   #
  4   # title is  displayed  in the Ju mpTo drop  down list
  5   # on click  of the GO  button th e user is  taken to t he URL
  6   #   using  the login  method.  " none" mean s do not d o attempt  any automa tic login.
  7   #   additi onal login  methods w ill be add ed later i n support  of single  sign on (S SO)
  8  
  9   default: & common
  10     vha_cc:
  11       -
  12         titl e:  JLV -  Joint Lega cy Viewer
  13         URL:     http:/ / SERVER.DOM AIN:PORT /JLV_251
  14         logi n:  none
  15       -
  16         titl e:  NPI Re gistry Sea rch
  17         URL:     https: //npiregis try.cms.hh s.gov/
  18         logi n:  none
  19  
  20     non_vha:
  21       -
  22         titl e:  CV - C ommunity V iewer
  23           URL:      https:// SERVER . DOMAIN : PORT /CV/Commun ity
  24         logi n:  none
  25       -
  26         titl e:  NPI Re gistry Sea rch
  27         URL:     https: //npiregis try.cms.hh s.gov/
  28         logi n:  none
  29  
  30     cui_user :
  31       -
  32         titl e:  JLV -  Joint Lega cy Viewer
  33         URL:     JLV-In AHLTA-2.jp g
  34         logi n:  none
  35  
  36   developmen t:
  37     <<: *com mon
  38  
  39   test:
  40     <<: *com mon
  41  
  42   production :
  43     <<: *com mon
  44