100. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/14/2017 1:27:58 PM Eastern Standard 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.

100.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.3.2-source.zip\config jump_to.yml Mon Nov 20 23:19:07 2017 UTC
2 CUI-CPP-v2.3.2-source.zip\config jump_to.yml Thu Dec 14 15:02:58 2017 UTC

100.2 Comparison summary

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

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

100.4 Active regular expressions

No regular expressions were active.

100.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:// DNS . URL : 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:// DNS . URL : 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