101. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/18/2018 3:37:03 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.

101.1 Files compared

# Location File Last Modified
1 CTT_DM2_v7.zip\CTT_ntrt-jira-ssoi-authenticator\authenticator\src\test\docker docker-compose.yml Tue Jun 12 16:41:42 2018 UTC
2 CTT_DM2_v7.zip\CTT_ntrt-jira-ssoi-authenticator\authenticator\src\test\docker docker-compose.yml Fri Jun 15 21:12:49 2018 UTC

101.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 58
Changed 4 10
Inserted 0 0
Removed 0 0

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

101.4 Active regular expressions

No regular expressions were active.

101.5 Comparison detail

  1   version: ' 2'
  2  
  3   services:
  4  
  5     apache:
  6       build:
  7         cont ext: apach e/
  8       ports:
  9         - "4 43:443"
  10       volume s:
  11         - ./ shared:/sh ared
  12       hostna me:  DNS                       
  13       networ ks:
  14         main :
  15           al iases:
  16              DNS                       
  17  
  18     jira:
  19       build:
  20         cont ext: jira/
  21       ports:
  22         - " PORT:PORT "
  23         - " PORT:PORT "
  24       volume s:
  25         - ./ shared:/sh ared
  26       hostna me:  DNS                       
  27       networ ks:
  28         main :
  29           al iases:
  30              - jira
  31  
  32   networks:
  33     main:
  34