20194. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/20/2018 10:12:21 AM 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.

20194.1 Files compared

# Location File Last Modified
1 CCRS.zip\CCRS\CCRS-BUSRULES-v1.5.3.zip\CCRS-BUSRULES-v1.5.3-436e6fff1115001d614ccd45b469ad60a9bdb27b\brengine\src\main\resources application-ut.properties Tue Apr 10 06:18:41 2018 UTC
2 CCRS.zip\CCRS\CCRS-BUSRULES-v1.5.3.zip\CCRS-BUSRULES-v1.5.3-436e6fff1115001d614ccd45b469ad60a9bdb27b\brengine\src\main\resources application-ut.properties Thu Jun 14 14:53:51 2018 UTC

20194.2 Comparison summary

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

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

20194.4 Active regular expressions

No regular expressions were active.

20194.5 Comparison detail

  1   spring.jpa .hibernate .dialect=o rg.hiberna te.dialect .H2Dialect
  2  
  3   spring.dat asource.ty pe=com.zax xer.hikari .HikariDat aSource
  4   spring.dat asource.ur l=jdbc:h2: ./build/h2 /ccrs-ut01
  5  
  6   spring.h2. console.en abled=true
  7  
  8   spring.jpa .propertie s.hibernat e.show_sql =true
  9   spring.jpa .propertie s.hibernat e.use_sql_ comments=t rue
  10   spring.jpa .propertie s.hibernat e.format_s ql=true
  11  
  12   spring.jpa .hibernate .ddl-auto= none
  13  
  14   spring.mai n.web-envi ronment=fa lse
  15   spring.mai n.banner-m ode=off
  16  
  17   # enable/d isable db  batch poll er
  18   batch.tabl e.check.en able=false
  19   # enable/d isable dec ision pend ing review  approval  check
  20   decision.r eview.chec k.enable=f alse
  21  
  22   # email pr operties
  23   spring.mai l.host=smt pout.secur eserver.ne t
  24   spring.mai l.password = AI
  25   spring.mai l.username = AI
  26   batch.comp letion.ema il.to= URL
       
  27   email.disa bled=true
  28  
  29   # security  for admin app, only  for dev, s hould be u sing AD in  VA
  30   adminapp.u ser= AI
  31   adminapp.p assword= AI
       
  32   # security  for api
  33   api.user= AI
  34   api.passwo rd= AI
  35  
  36   allow.h2.c onsole=tru e
  37   # might be  convenien t for unit  testing
  38   #spring.jp a.properti es.hiberna te.enable_ lazy_load_ no_trans=t rue
  39  
  40   #How users  authentic ate. Optio ns: IN_MEM ORY, ACTIV E_DIRECTOR Y, MUTUAL_ AUTH  
  41   user.authe ntication. strategy=I N_MEMORY